Viewing profile — ggorlen
ggorlen
HN member- Joined
- Wed, Jul 10, 2019, 9:35 PM UTC
- HN karma
- 129
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About ggorlen
No profile information was provided.
Recent public activity
-
comment
Comment #48609547
[dead]
-
comment
Comment #44093307
Here's a sampling of the projects I've found on glitch. Many great projects will be lost. Are there any preservation efforts being undertaken? https://magnet-caper.glitch.me/ https…
-
comment
Comment #42220955
> print debugging is problematic since the developer has to be diligent about removing it once it is not longer needed. Linters make this a non-issue, and most modern development e…
-
comment
Comment #42200901
Author here. I'd be happy to hear feedback on the post or noteworthy false positives you've encountered in tests.
-
comment
Comment #41717371
I wrote a similar post on in-browser scraping: https://serpapi.com/blog/dynamic-scraping-without-libraries/ My approach is a step or two more automated (optionally using a userscri…
-
comment
Comment #41621469
As is often the case, the title is unfortunately overloaded. I initially read this as writing code in the Scratch programming language[1] that compiles to assembly. [1]: https://en…
-
comment
Comment #41533652
CCSF alum here (AA, completed over 20 CS courses). I attended a similar CCSF job fair in 2017 and there were only 2-3 companies involved even then. If I recall, it was Lawrence Liv…
-
comment
Comment #41531224
It was the first online cohort of DC so I didn't realize how intensely difficult it'd be. I'd taken GIOS with Ada which was gentle, so I figured DC wouldn't be significantly harder…
-
comment
Comment #41527149
Good to know. https://www.omscentral.com/ and talking to other students helped a great deal with planning. Two difficult classes I took together were Embedded Systems Optimization …
-
comment
Comment #41526877
> Consider that taking 5-10 graduate courses and writing a master's level thesis or project will generally take all of your free time and a bunch of your savings over the course of…
-
comment
Comment #41402388
Related Wikipedia articles: - https://en.wikipedia.org/wiki/Kodokushi , the Japanese phenomenon of people dying alone and remaining undiscovered for a long period of time - https:/…
-
comment
Comment #41221145
Reminds me of Boyd Rice's rotoguitar (a fan attached to a guitar) and the extratone genre (extreme techno kick drums that run so fast they turn into pitched tones).
-
comment
Comment #40629041
There wouldn't be much industry if everyone who trusted ChatGPT and other ways of quickly getting code up (copy-pasting Stack Overflow, "try random stuff until it works" debugging,…
-
comment
Comment #40530968
Thanks for the reminder, but anyone visiting this site on a restricted data plan may be in for a surprise. Websites that download a quarter gigabyte of data without warning is more…
-
comment
Comment #40530916
Warning: this page loads 234 MB of data! Images are up to 7 MB each. https://pagespeed.web.dev/analysis/https-vickiboykis-com-202...
-
comment
Comment #40350197
https://fav.farm seems like a cool service at first, but it doesn't actually do a whole lot. I'd just assume inline the one-liner they mention (similar to https://css-tricks.com/em…
-
comment
Comment #40305184
Zeni Geva deserves more credit, great to see them mentioned. You probably know Neurosis and Melt Banana but those might also be up your alley. Other noteworthy Albini-engineered ba…
-
comment
Comment #40232275
I recently read Aira's Fulgentius and found it to be an engaging, tongue-in-cheek meditation (for lack of a better term) on art, history, conquest and nature. I consider Varamo (co…
-
comment
Comment #40091051
I might be missing something obvious, but it's not clear to me how to get an mp3 out of this on Ubuntu 22.04. Following the docs, `./tsac c myfile.mp3 myfile.tsac` generates a tsac…
-
comment
Comment #39822119
Thanks, I appreciate seeing the code! For code with database access, you could use an environment variable from a .env file and gitignore that file, making it safe to share. (you'r…
-
comment
Comment #39822018
It's there now (thanks for the alert!), but I don't think the main branch was there when I wrote the parent comment. If I recall correctly, it was just the gh-pages branch like the…
-
comment
Comment #39820027
Thanks! I found the Vue source in Firefox by going into the Debugger tab in DevTools, and clicking on Sources > Webpack > ugly-face > src. Chrome makes it a bit more intuitive, sin…
-
comment
Comment #39819286
Fantastic, but unfortunately the source code is minified: https://github.com/txstc55/ugly-avatar , making it difficult to see how it was done and learn from or contribute to the pr…
-
comment
Comment #38731794
I think there's a typo in the cloneDeep example[1]. cloneDeep is imported but never used, and structuredClone is used instead. [1]: https://www.builder.io/blog/structured-clone#why…
-
comment
Comment #37408168
> And BOOM! 100%(!) accuracy against our test suite with just 2 prompt tries. ... OK, so I'm super happy with the accuracy and almost ready to ship it. ... Wawaweewah! ... letting …