HackerTrans
TopNewTrendsCommentsPastAskShowJobs

QuantumSeed

no profile record

comments

QuantumSeed
·2 माह पहले·discuss
If only they would build a Ti-84 RPN, I would snap it up in a heartbeat
QuantumSeed
·3 माह पहले·discuss
So many competitors are releasing free or low-cost alternatives, that shifting away from Adobe is becoming plausible for many folks.
QuantumSeed
·3 माह पहले·discuss
APL was the first programming language I learned, I was obsessed with learning every intricacy of the language. I almost lost my mind when I had to switch to a procedural language. APL warped my mind in such a way that it took almost a month to feel comfortable using anything else.
QuantumSeed
·3 माह पहले·discuss
Both Amex and Chase regularly ask me to confirm my income. I wonder why they do that if the data is already available to them via Equifax.
QuantumSeed
·6 माह पहले·discuss
Preferably, solid state
QuantumSeed
·7 माह पहले·discuss
Reminder to all Capitalists: The earth is a finite resource
QuantumSeed
·8 माह पहले·discuss
I ordered 96GB of memory last Tuesday from Corsair. Two days later when I checked the website again, the exact same memory was being sold for twice what I paid for it.
QuantumSeed
·10 माह पहले·discuss
I was an APL programmer for many years and I insisted on writing as much of my code as possible without branches. Fortunately, it was reasonably easy to do in that language, if sometimes resulting in very cryptic code
QuantumSeed
·11 माह पहले·discuss
I was in a Waymo in SF last weekend riding from the Richmond district to SOMA, and the car actually surprised me by accelerating through two yellow lights. It was exactly what I would have done. So it seems the cars are able to dial up the assertiveness when appropriate.
QuantumSeed
·11 माह पहले·discuss
I address that problem by scheduling a brown bag lunch and inviting devs from related teams to join in so I can present my cool new tools and techniques to everyone. Sometimes it's wasted effort, but sometimes it does result in wider usage
QuantumSeed
·पिछला वर्ष·discuss
I think Microsoft may doing that with Microsoft Edge as well. My Windows 11 Registry has an HKCU key called MicrosoftEdgeAutoLaunch_[...]

"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --no-startup-window --win-session-start
QuantumSeed
·पिछला वर्ष·discuss
I've cancelled my planned visits outside of the US for fear of being unwelcome and fear of difficulty getting back into the US.
QuantumSeed
·2 वर्ष पहले·discuss
For Windows 11 users, the latest Notepad.exe can also pick up where you left off the last time the app was closed.
QuantumSeed
·2 वर्ष पहले·discuss
The last oddity I wrote on a whim was a C++ MFC dialog application that was a Spirograph-like epicycle/hypocycle generator. It would would generate screen art by semi-randomly generating layered epicycles and hypocycles with evolving colors. I spent an entire week of evenings tweaking that thing and adding more and more variations before I burned out on it and moved on.
QuantumSeed
·2 वर्ष पहले·discuss
When I was in the CS department at NMSU, the Computer Science building was open to the public 24-hours a day. I suppose that's not commonly the case nowadays.
QuantumSeed
·2 वर्ष पहले·discuss
Every new generation of GPU seems larger and more power-hungry than their predecessor. Is there any effort to produce faster GPUs that are smaller and use less power?
QuantumSeed
·2 वर्ष पहले·discuss
- Face and object detection in photos and videos

- Computational photography features like Night Mode and Smart HDR

- Real-time video processing for effects and stabilization

- Object and action recognition in videos

- Faster on-device speech recognition and natural language understanding for Siri

- Real-time translation, object detection, and scene understanding in AR
QuantumSeed
·2 वर्ष पहले·discuss
I was at NMSU during his time as head of the CS department. His interest in chess inspired to write my first chess playing program
QuantumSeed
·2 वर्ष पहले·discuss
I usually keep all my work in a stash until I'm ready to create the PR. I used to preface my intermediate commits with "WIP -" and then reset the branch and re-commit everything when I was ready to create the PR, but that was just too much effort