|
I use a Lenovo Legion (gaming) for development already for two years, it is fast, thin bevel, matte screen (not the glossy you have with touchscreens), enough USB ports, and it has a built-in network connector which you won't find much in recent laptops.
It is missing display port only HDMI, but mine is already 2 years old.
So far no issues.
|
|
|
|
|
Thanks. After the comments here I've found myself enamored with the ASUS ProArt Studiobook 16 OLED (H7600, 12th Gen Intel)
It's got an RTX 3080 TI which is acceptable for the games I play, even at 4k. I have a 4080 at home anyway.
The thing that gets me about it, besides the generous performance specs, and nice video (for a laptop, anyway) is the OLED screen. OMG, I love OLED. It's only 60Hz but I barely care. I usually just turn VSync off anyway on my games. (judge me!)
To err is human. Fortune favors the monsters.
|
|
|
|
|
Hey,
I have two thinkpads from Lenovo, T510 and W530. Been using T510 from 2014 till now, actually I was having some kernel level issues in Ubuntu on T510, probably it will be fixed, but I just love it, build quality is like tank. I have dropped it sometimes, even the lcd is blacked out from one side but it is still working as good as it was on day one. I have played Assassins creed 3(whole game) with the 'little eraserhead pointer' and many other games, did my machine learning project using opencv and tensorflow on it. The machine was running for weeks training the model at temps above 85C, and I bought second hand, well I can go on for hours, plus W530 is also like a tank, been mining on it, played games on it. All in all, lenovo thinkpads are still a good choice to go.
|
|
|
|
|
As the subject line says - not something I came up with, but I like it. I stole it from this discussion when researching the topic.
In any case. Not a programming question.
I like to label my fields, listboxes, etc so if the user is only allowed to make a single selection, the label is singular. If the user is allowed multiple selections (including just one), I like to indicate it as such by using a label such as "Widget(s)" (as opposed to "Widgets"). Maybe I'm thinking like a developer (or so I'm told), but to me the parens make it clear making multiple choices is possible, but still just an option.
One of my coworkers hates this. Or to use the example from the discussion at the link above, something like "Party(ies)".
What's your preference? Or has your company adopted something formal?
I'm thinking this might be a good survey question.
|
|
|
|
|
If 1 - Singular
if 1 or more - Plural
|
|
|
|
|
But do you use the plural version using the parenthesis, is really my question. That's what my co-worker hates, to the point of having searched our entire codebase and checking in "corrections"...
I'm okay with that...just wondering what the world at large thinks...
|
|
|
|
|
I wouldn't put Parenthetical Pluralization in a UI. Even a Tooltip should be along the lines of "Select one or more Widgets", "Select up to ten Parties".
In documentation sure, but only when it's a simple (s) , (ies) is an abomination. Better to reword the statement to avoid the issue and possibly the meaning will be clearer as a result.
|
|
|
|
|
PIEBALDconsult wrote: In documentation sure, but only when it's a simple (s), (ies) is an abomination You should see what they are doing here in Germany with the genders in texts...
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
What a waste of effort, 2 keys to insert a parenthwhatever and adds very little to the readability of the code, actually I think it detracts from the readability. Besides the information should be in the comments!
Never underestimate the power of human stupidity -
RAH
I'm old. I know stuff - JSOP
|
|
|
|
|
I think he's using it in the UI, not the code...
|
|
|
|
|
Works for me. I use for clarity at little expense.
"A little time, a little trouble, your better day"
Badfinger
|
|
|
|
|
|
In Stock, On order, Invoice Items ... are more instructive. "Widget" is a "type of" field and maybe shouldn't even be a "label". Depends on the context.
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
|
|
|
|
|
dandy72 wrote: I like to label my fields, listboxes...One of my coworkers hates this...What's your preference? Or has your company adopted something formal?
My preference is that people would recognize that a UI should be written with the user of the UI in mind and not the developer.
That said of course for any UI that is actually going to get used substantially the user is not going to care about small oddities in how the boxes are labeled. After just a short while they will intuitively know what each box is without reading anything at all.
What they do care about is that the UI and the rest of the application actually works. So might be better to focus on that.
|
|
|
|
|
How do you feel about online data storage? Is it really secure?
Paranoid.
|
|
|
|
|
The data can be technically secure, but then there's always this...
xkcd: Security
With this out of the way...
If I absolutely, positively, had to upload data I don't want shared, I'd only be uploading TrueCrypt (or similar) file containers. That'd be missing the point of convenience, but that's hardly ever part of the question when it comes up.
|
|
|
|
|
I use OneDrive as it's the easiest way to share stuff between my desktop, Surface, and phone - but if it's anything I don't want public, it gets encrypted first. (Even if it's just "normal" photos with identifiable humans in).
Is it secure? I assume it's at the "Chocolate Teapot" security level.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
That's exactly what I use it for as well - I have a bunch of tiny, self-contained utilities (one EXE, no install, etc - think the SysInternals stuff) that I like to keep up to date and synchronized across the systems I use. OneDrive is great for that.
If it gets breached? Obviously I'll be concerned there was a breach at all, but the fact that those files got compromised is completely unimportant.
|
|
|
|
|
I also use OneDrive for general stuff. It has a section called "Personal Vault" requiring 2FA with Microsoft Authenticator that I use for more sensitive stuff.
Really sensitive stuff stays on an SSD in a bank vault. Different levels of paranoia
Mircea
|
|
|
|
|
I don't put any of my data online, not knowingly anyway.
Who knows what security they have and even then it can be hacked. Not that I have top secret information, I just don't want anyone to know about that cheeze-whiz incidence.
|
|
|
|
|
No one can protect your stuff as well as you can.
If security is important, then don't let anyone else have your stuff.
|
|
|
|
|
Yes.
It's secure. (as secure as you can keep your own password secure).
It's friggin' practical.
It's safe in case of catastrophic failure.
Remember that 99.9% (made up statistic) of people do not have the technical knowledge or discipline to make backups and duplicating backups and storing the duplicate backup offsite and also to make sure the backup actually works.
I'm happy with the cloud
CI/CD = Continuous Impediment/Continuous Despair
|
|
|
|
|
Makes sense ... We use GDrive for shared work in a team of 4.
It works great for remote work from home office.
BTW, I like your definition of CI/CD
|
|
|
|
|
Lose your password or account, or get a "share" wrong, and you've lost your data. I don't see getting by without at least one physical backup.
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
|
|
|
|
|
Strangest supermarket online shopping substitutions[^]
To save you going near the Sky News (which requires PPE at the best of times), I'll summarize:
Dog chews instead of chicken breasts.
Toilet rolls instead of bread rolls.
A bag of onions instead of a loaf of bread.
Shoe polish instead of fruit.
Bacon rather than BBQ-flavoured crisps (Chips for the west ponders).
Easter egg despite ordering hot dog rolls.
A roll of tinfoil which was swapped out for a chocolate Santa.
Strawberries instead of bin bags.
Alcohol-free bottle of wine in place of a standard bottle.
And my personal favourite: Toilet roll replaced with Sellotape (Scotch tape for West ponders, Durex for Ozzies).
I'm assuming that either this was computerised via QA, or the UK supermarkets employ surrealist packers ...
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|