HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Johnbot

no profile record

comments

Johnbot
·last month·discuss
This is anecdata, but in my experience with myself and my coworkers, it is not that we believe the AI will be more accurate in software engineering, but that the answer will come faster and be more tailored to our exact problems. If I have to search SO, I have to find the answer and then tweak it to fit my codebase, but with AI tooling, the AI is already basing its answer around my code.
Johnbot
·3 months ago·discuss
A lot of geolocation data on the market is anonymized, following medium-lived unique IDs that aren't able to be mapped to other identifiers. The problem with that is that if you have precise locations, or enough samples that you can apply statistics to find precise locations, in many cases you can de-anonymize the IDs. You can purchase address and resident listings from a number of different data vendors, and by checking where the device returns to at night you can figure its home address. Then if you find information on the residents (work locations, schools, etc.), you see if said device goes where each resident of the home address is likely to go, and you now have a pretty good idea of exactly who the device belongs to.
Johnbot
·10 months ago·discuss
As far as I know, even HDDs were pretty resilient to magnets when in their enclosures. I once took a large magnet meant for holding together concrete forms, one strong enough that it stuck to a ferrous surface it could probably support my weight, and stuck it to a hard drive for a full year to see if it'd break. The drive, as well as all of the data on it, were fine.
Johnbot
·12 months ago·discuss
I've seen months straight of 100F+, and I was in LA for their heat wave last July (120F). I happen to be near Tampa right now and I'd really much prefer a hotter dry heat, where shade actually does something and fans have any chance at cooling you off.
Johnbot
·last year·discuss
Best I can tell it's only libraries that generate those sort of strings, which could just as well report a different string for Windows 9. The actual Windows API even returns the version information for Windows 8 if the application isn't manifested for 10 and onwards.
Johnbot
·last year·discuss
This is really neat.

Is there any use for something like a hopper that dispenses new marbles continuously?
Johnbot
·last year·discuss
This is giving me flashbacks to RPG II - https://en.m.wikipedia.org/wiki/IBM_RPG_II
Johnbot
·2 years ago·discuss
The quoted optimization in the post isn't about German strings though, but the C++ style short string optimization (the post references an article describing the difference). A few of the referenced crates do this optimization so the blog is still right to point out that it's completely possible, I just wish it was clearer what optimization they felt was being claimed to be impossible.
Johnbot
·2 years ago·discuss
I think two things are at play here.

1. Students will frequently just try things until it works, move code around, etc., leading to very messy code. 2. Graders often do not look at individual assignments unless there is a reason to do so, often relying on automated test suites. And when they do look, I'd bet their first reaction is something like "I don't know why they're repeating themselves like this, but my rubric only penalizes them for 5 points here..."
Johnbot
·2 years ago·discuss
An example of a Mossad generated file would be the source file plus a bunch of dead code. The dead code consists of lines from the original file repeated in random locations (plus, if you are using an "entropy file", random lines of code that were successful mutations from previous generations of Mossad).

As it turns out, a lot of student code can look this way anyway. Something crazy like 70% of authentic student code can have dead code in assignment submissions.
Johnbot
·2 years ago·discuss
Wow, I lasted exactly as long in the simulator as I did in real life, with many of the exact same circumstances (less a global pandemic and family tragedy plunging the hope meter into the negatives).