HN user

dandrew5

126 karma

Contact me: dan [at] logicnow.io

Posts18
Comments51
View on HN
dan-lovelace.github.io 6mo ago

Show HN: Bookmarklet for removing AI posts from Hacker News

dandrew5
2pts0
news.ycombinator.com 1y ago

Ask HN: Do US engineering skills translate well to European companies?

dandrew5
10pts20
news.ycombinator.com 1y ago

Ask HN: What kind of whiteboard does not use dry erase markers?

dandrew5
32pts72
developers.google.com 1y ago

Google's Programmable Search Engine Dropping JSON API Support Jan. 2025

dandrew5
3pts0
news.ycombinator.com 1y ago

Ask HN: To those with successful browser extension(s), how did you grow it?

dandrew5
76pts46
news.ycombinator.com 1y ago

Ask HN: Is it time to start optimizing documentation for machines?

dandrew5
1pts2
github.com 1y ago

Show HN: A low-friction way to get started with web extensions

dandrew5
4pts0
qraftmsg.com 2y ago

Show HN: Encode and decode messages using animated GIFs of QR codes

dandrew5
1pts2
qraftmsg.com 2y ago

Show HN: I made an animated QR code messaging system

dandrew5
1pts1
news.ycombinator.com 2y ago

Ask HN: Can we have an AI-free day of the week?

dandrew5
10pts7
news.ycombinator.com 2y ago

Ask HN: Anybody else notice Reddit's VPN policy update?

dandrew5
2pts0
github.com 2y ago

Show HN: MDServe – A minimalistic framework for creating websites with Markdown

dandrew5
6pts1
github.com 2y ago

Show HN: Giggle – A self-hosted customizable and ad-free Google Search interface

dandrew5
7pts2
hackernewspro.com 2y ago

Show HN: I made a browser extension for building your own custom HN themes

dandrew5
10pts2
github.com 3y ago

Show HN: RJU – Browser extension for hackable Reddit theming

dandrew5
2pts0
statusvista.com 4y ago

Show HN: StatusVista – An all-in-one status page of the systems you depend on

dandrew5
2pts8
github.com 4y ago

Show HN: Giggle – A self-hosted customizable and ad-free Google Search interface

dandrew5
78pts22
bus.tl 4y ago

Show HN: Bustl – Organize your physical whiteboard notes

dandrew5
6pts6

Thanks for the tip. I've enrolled in an A1 class with Goethe Institute starting in April. In your opinion, how difficult would it be to rent or potentially own a home on a single engineering salary? Looking at prices on https://www.immobilienscout24.de/, it does not seem possible after accounting for taxes. A salary of 60k ends up being about 3.2k net per month. If renting a home takes 2k of that, I may need to reconsider my country of choice.

Could you expand a little? Are you referring to the workaholism some Americans have? Personally, I've always sought out companies that value a healthy work/life balance and am relieved to hear Europeans companies value it so highly.

Aside from being too enthusiastic about work, what other gaps in engineering/work culture exist?

Amazon Nova 2 years ago

Imagine a native desktop app that let you build a UI with very basic elements, à la Visual Basic, and behind each of those elements is an associated AWS CLI command. Such that "aws s3 ls" attached to a list element would render an account's buckets.

The AWS APIs are so expansive, a product like this could offer a complete replacement for the default web console and maybe even charge for it. Does anyone know if such a solution exists? Perhaps some more generic "shell-to-ui" application? If not, I'm interested in building one if anybody would like to contribute.

True, good documentation is a rare thing. If the hype does hold and the current trajectory of things stays somewhat the same, I think it will be inevitable that the definition of "good documentation" will change. If it were geared towards a machine audience, I wonder if it would increase reliability and reduce hallucination.

I could imagine a hybrid approach as well where there are two versions: one for humans and one for machines. If respected, the crawlers could look for a special <meta> tag of sorts that points them to the machine version.

Web Components are fun. I've played around with Lit, which some people have mentioned. Anybody tried Stencil? It looks similar from the outside but wondering how it plays out mid/late-term.

Marketing yourself is more important now than ever. The advent of AI has created a noise problem at the hiring level on both sides: applicants are leveraging tools to generate necessary documents (targeted resumes, cover letters, social profiles), recruiters are using scanning tools to weed out anything that doesn't contain the magical keywords or phrases.

Not at the moment but the scanning feature is client-side only and does not rely on any external services. It uses jsQR[0] to handle parsing directly in the browser. One way to use it and be sure would be to load the page and disable the site's network connection using developer tools before giving camera access. Once done, allow camera permission, perform the scan then kill the page.

[0] https://github.com/cozmo/jsQR

Notes in VS Code 2 years ago

I do this by creating a markdown file on my desktop and opening it in VSCode alongside whatever project I'm working on. Once open, I right click the file's tab in VSCode and click "Pin" which locks it into its own tab container. I can then reference it quickly and it doesn't get in the way of other open files. To search, just Cmd+F.

Same. I bought a Vive a few weeks ago but it is currently in the mail being returned. The technology as it is today is just not quite there yet, in my opinion. The biggest letdown was the lack of peripheral vision. To see something clearly, I'd have to move my whole head to face it head-on directly. Doing some research, I discovered that is just the way it works right now. It will be interesting to see if the VP has an answer to this problem.

Thanks for these. I should have clarified, I'm more interested in something that will alert me when newly-discovered vulnerabilities surface. The systems I maintain are protected [enough] today but a new hack could drop that doesn't make mainstream media and I may not hear about it. We have annual security audits but it would be nice to patch things immediately. Aside from subscribing to a security forum/discord/slack, I'm wondering what other methods folks are employing to solve this.

And then the next best use of your time and resources is to prioritize the fastest possible patching cadence, since the vast majority of attacks target disclosed vulnerabilities.

Just curious, do you leverage any tools to decide when to patch or is it time-interval based? We currently attempt[0] to update our packages quarterly but it would be nice to have a tool alert us of known vulnerabilities so we can take action on them immediately.

[0] "Attempt" meaning we can't always upgrade immediately if the latest version contains difficult-to-implement breaking changes or if it's a X.0.0 release that we don't yet trust

Same! Coincidentally, I recently backed up my Angelfire site from the late '90s. A lot of the original links were missing but thankfully they provide a `sitemap.xml` and I used HTTrack to make a local copy.