Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ggorlen
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
ggorlen
1y ago
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://cave-in.glitch.me&#
2.
▲
by
ggorlen
2y ago
> 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 environments support them. https://eslint.org&#
3.
▲
by
ggorlen
2y ago
Author here. I'd be happy to hear feedback on the post or noteworthy false positives you've encountered in tests.
4.
▲
by
ggorlen
2y ago
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 userscript and a backend) and runs in the
5.
▲
by
ggorlen
2y ago
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.wikipedia.org/wiki/Scratch_(programmin
6.
▲
by
ggorlen
2y ago
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 Livermore National Lab and Mission Bit, maybe a third that must
7.
▲
by
ggorlen
2y ago
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. It was a good life experience even tho
8.
▲
by
ggorlen
2y ago
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 and Compilers, both taught by the same inst
9.
▲
by
ggorlen
2y ago
> 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 two or more years. (I sure hope you're not thi
10.
▲
by
ggorlen
2y ago
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://en.wikipedia.org/wiki&
11.
▲
by
ggorlen
2y ago
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).
12.
▲
by
ggorlen
2y ago
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, hopping on calls with random freelancers, et
13.
▲
by
ggorlen
2y ago
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 than an annoyance. How do you suggest I warn others to avoi
14.
▲
by
ggorlen
2y ago
Warning: this page loads 234 MB of data! Images are up to 7 MB each. https://pagespeed.web.dev/analysis/https-vickiboykis-com-202...
15.
▲
by
ggorlen
2y ago
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/emoji-as-a-favicon/
16.
▲
by
ggorlen
2y ago
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 bands for me: Oxbow, Low, Whitehouse, Labradford, Burning Witc
17.
▲
by
ggorlen
2y ago
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 (comedic) and Episode in the Life of a Landscape Painter (
18.
▲
by
ggorlen
2y ago
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 file that's unplayable with mpv. Trying ffmp
19.
▲
by
ggorlen
2y ago
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're probably already aware of this practice and may have
20.
▲
by
ggorlen
2y ago
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 these other repos from OP: https://github.
21.
▲
by
ggorlen
2y ago
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, since the tab is called Sources, then click into Page
22.
▲
by
ggorlen
2y ago
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 project.
23.
▲
by
ggorlen
3y ago
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-not-code-cl...
24.
▲
by
ggorlen
3y ago
> 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 me actually deploy this in production ... This feels
25.
▲
by
ggorlen
3y ago
In the "1 Piece history with 1 roll" code, a global variable `piece` is introduced. There should be a `let piece;` at the top of the function body to scope it locally.
26.
▲
by
ggorlen
3y ago
Update/disclosure: The List sadly uses Google Analytics, disqualifying it from the club (except in spirit).
27.
▲
by
ggorlen
3y ago
The List is a fantastic CSS-less site I've been using for years to discover Bay Area live music shows: http://www.foopee.com/punk/the-list/ . I don't know the full history and I discovered it in the early
28.
▲
by
ggorlen
3y ago
Regardless of whether it's doomed to fail, the content these "computer advances" are creating on the site is definitely garbage at the present time. I've flagged hundreds of posts, mostly brand-new users attempting to re
29.
▲
by
ggorlen
3y ago
Having flagged hundreds of such answers before SE suppressed LLM moderation, I can vouch that they stick out like a sore thumb: - they're all written in the same style ("It looks like you're trying to do convert a string to a
30.
▲
by
ggorlen
3y ago
I agree that `run()` is more readable than an IIFE if you remove all context and history from the analysis. But the IIFE is a well-known idiom to JavaScript programmers, so readers will not have to pay a cognitive "what is `run()` do?&
More ›