My experience as well. It's happened a few times now that I'll ask a coworker a question about some system they built, and they tell me to just ask the AI.
I did ask the AI. I gave it several rounds. I got a summary of their diff from it. I skimmed their diff myself. I have a rough mental model of the work they did, plus what the AI did/didn't tell me. I'm asking THEM so THEY can confirm my mental model is correct to the code they supposedly authored.
I suspect the real problem is they vibed the whole thing and didn't even self-review it. So they don't know, can't answer, and the interaction is truly pointless. They are not the expert any longer. It's not worth asking them.
Currently having a big issue in some of our data pipelines because a lazy engineer vibe coded a bunch of slop that doesn't make much sense and the AI can't help. Looking like we're going to need to scrap all the code and start from scratch.
Been using DDG for about 8 years instead of Google search. Occasionally use google image search for matching an uploaded image. Use google maps for any local searches (credit to where credit is due its a superior map product).
Yandex and TinEye satisfy all my reverse image search needs. Google Maps is the only Google service I use. There is simply no substitute for Street View and it is fantastically useful and interesting. Even so it is only a secondary option and I use maps from OpenStreetMap through Organic Maps 90% of the time. I am satisfied if that is the extent of my relationship with them.
(What do you search) they stink vs. Google even though Startpage is proxying them.
DDG is _not_ a “good” search engine — please, anybody have a hundred side-by-side screenshots to compare identical searches?
Edit - also admit Kagi’s great, I’m not affiliated; if you have money Kagi should be the pick (ideally purchased via their more private payment options probably)
Are we both blocking Google ads and scrolling past the AI summary?
Their business practices are just the worst. But are the first 10 blue links they show you usually bad? (Like you know that one of those 10 should be the exact thing you want, so you decide to rely on another search engine instead, & the alternative search succeeds where Google failed)
Have read this comment before multiple times, even a year or two ago. Hence my “unreasonable” demand for screenshots if someone has the minutes to script it. - Hmm, really should be a live site to track over time... Can make that and Show [Three People On] HN!
(Google could give better results to those unloyal to them, as one example, so testing needed! We could be getting wildly different results or just have starkly different usage tendencies, there’s just no way I could disagree with so many of y’all on something this basic assuming no DDG astroturfing or anything unless we’re looking at things differently one way or another)
Waiting for your screenshots. Do the legwork yourself first.
And obviously there is no astroturfing here from DDG. That you could have seen from a tiny look at my profile. I have a pretty public persona on the internet.
In my experience, DDG brings up relevant results, maybe a bit more so than Google does.
But often I'm searching for a phrase inside quotation marks and DDG hasn't crawled enough sites and gives me 0 or 1 result while Google gives me 5-10 results. Sometimes Google completely disregards the quotation marks, though.
> But often I'm searching for a phrase inside quotation marks and DDG hasn't crawled enough sites
Microsoft Bing bungles quotation marks so hard (???).
DDG catches the fallout.
> Sometimes Google completely disregards the quotation marks, though
Years ago I remember Google asking the person lodging a similar complaint for an example of a query because they found there was always an explanation. Noticed this no longer holds as of perhaps a few months ago if I’m not mistaken. Even this* fails:
+”omg just tell me no results if this exact string isn’t present come on I even put the plus sign”
Infantilizing for us, maybe optimizing for the 99.5% in reality (understandable, annoying)
*edit, made up example based on what I believe I’ve seen this year
edit:
> DDG brings up relevant results
Have you noticed, not if you misspell a proper noun? Spellchecking e.g. brand names, new/fad current event topics is apparently really hard (IIRC Bing not perfect here either?)
> Microsoft Bing bungles quotation marks so hard (???).
DDG was never good at quotation marks so I forgot to mention it also sucks at these.
> Have you noticed, not if you misspell a proper noun?
I haven't but I'd really prefer 2 options:
1) I may mispel thinks quote freqwently but gimme any sorta relevent result
2) I know what I am searching for. Maybe add a "Did you mean X?" link but still show me the results containing the misspellings. If I search for "motorolla" or "mottorolla" (misspellings for "Motorola") in quotes, DDG gives me 1 incomplete page for that misspelling. Google (StartPage) gives me mostly misspellings but with "Motorola" included in some results. Without the quotes both engines treat me as a moron who can't type. If I search for
"mottorolla" phone 2026
DDG still shows me "mottorolla", not "motorola" while Google has decided I am indeed someone who can barely type even though I've put in quotes.
What are your metrics for good? I’ve exclusively used ddg for years and have zero issues. You ask for an outrageous level of proof- you prove it’s not good.
Whattttttt this is a few bucks of request from some open source model, just been lazy
Edit: have to do the work, get the screenshots, & analyze my own patterns. How often do I just need the first link from any search engine (like searching $majorBrand to look for their homepage), how often do I search something esoteric where DDG falters, how often do I search something essentially unique but simply not indexed by Bing (DDG) even though it was submitted to Google just fine, etc.
Startpage is a disenshittifier for Google. I switched to it some years ago because of exactly that feature, but I also wonder how much longer Google will allow it to operate as such.
I really need to find the time to properly test Zed. I'm mainly using PHP Storm and I love what it can do, especially when it comes to code discovery and auto-completion. I'm not a huge fan of having a bloated toolbox, I never use PHP Storm's included terminal or database browser.
Zed was super impressive when I first started it, but I don't know yet how it compares with PHP Storm.
I bought a used laptop with the help of ChatGPT last month and was amazed. It helped me narrow the model that suited my needs based on my prompts. I needed to renew my old Thinkpad T480. It also helped me find an ad and negociate with the seller.
I ended up with a T14 Gen 4 and I'm super happy with it.
> And somehow I always come back to a bunch of markdown files inside a Git repo.
Others have mentioned this but if you want to keep this workflow, the best app I've found is Obsidian + Git Plugin. It works fantastically well on desktop though it does require a little work to get it working on iOS.
Are there options to see the current state of the repo? What I mean is, for example, I like that in VS Code I instantly know the current state because the git sidebar icon shows a notification of uncommitted changes. If I don't have a visual reminder, I'm more likely to not make commits when I should, and I also don't want an auto-committer firing after each change. I find the visual reminder keeps me anchored to my git status.
Heck, maybe I should just use code for notes. One plus would be web access with code server, since Obsidians only docker image that I know of uses VNC.
Anyone compared these two tools and have a decent write up? The biggest item which comes to mind would be referencing other notes and the features built on top of that?
Compared to something with automatic bidirectional sync between all devices, something where one has to manually commit/push/pull a new/edited note feels archaic.
OTOH you get version history, with commit messages if you care to write them. And the full power of git to explore the history. You can edit the same file on two (offline) devices, then resolve the inevitable merge conflict.
"Automatic bidirectional sync between all devices" scares me. How does it deal with merge conflicts? How am I sure I'll be able to revert to a previous version? Can I see the full history of a file? I don't know, perhaps it'd be ok. I certainly wouldn't learn git just for note taking! But, I know how to use my hammer, so everything look like a nail...
I thought it would be a problem as well but it turns out I absolutely never edit my notes on two machines at once. The commit/push/pull is done via a simple bash script that I'm running as a build command inside VS Code.
I did take a look at that, which is probably more than most people would have done, and by take a look I mean a skimmed for images because I'm not reading 2000 words of text for an app I don't even use yet. The only images I found showed how drag and drop works.
I know this is common with projects that think Github is a replacement for a website, but I genuinely wonder how does it get so bad that a 5 year project with 9000 commits and 60 contributors doesn't have a single screenshot. Nothing personal or particular about this project specifically, just... the whole open source culture of dropping something on Github and not even doing the bare minimum to have other people get to know the project.
It feels like such a waste. It could be an amazing project but who is going to bother with it if they can't see what it looks like?
I oscillate between Apple Notes and a bunch of markdown files, which is a pretty painful thing to do.
I like how future proof a folder of markdown files is. But I like the design, simplicity, and deep features for capture and media support offered in Apple Notes.
The more a markdown app supports extra stuff, the more proprietary it starts to feel, as any app to read it will also need to support those things.
A while back I told myself I was going to stick to Apple Notes, as going back and forth to other things is painful, and doing it proactively means more pain, rather than maybe having some pain in 10 years of the app goes away. However, where I am again, in the middle of a largely manual migration back to Obsidian for my folder of markdown files. I used an export, but the formatting is so bad that I need to clean up every single note.
The inability to export, as well as the lack of anything more than the bare basic formatting options (at least at the time a few years ago) pushed me off apple notes.
I’ve been able to export since early, early iPhone. They’re just txt files. Surprisingly, Apple notes have been the most durable as Apple has migrated them from every iPhone I’ve had for the past 15-20 years or whatever.
Basic formatting is a plus for me. Although now notes has really advanced formatting and even sketching.
I ended up using Exporter from the App Store. I didn't work great. I have an export, but there are a lot of issues with it. I'm finding it is often easier to copy the note and use the Rich Text to Markdown action in Shortcuts, then paste into Obsidian. If I spent more time with Shortcuts there is probably a way to automate this way a bit more.
Yeah disc rot is a real problem. CD/DVD-R are great when it comes to physically store drives (they don't take much space on a shelf and are easely sent via mail) but I'd rather use a hard drive and the cloud for my backups now.
The problem goes away if you burn slow, no faster than half the disc's max speed, to adequately affect the dye. I have CD-Rs and DVD-Rs that are 20 years old and work great. Inherent rot is mainly a problem with pressed discs which use aluminum instead of silver or gold for the reflective layer.
I burn my CD-Rs at a very low speed, like someone else mentioned below, so the laser does a better burn. I don't use CD-Rs as primary backup. I have 10 external hard drives, 20 thumb drives, and do a CD-R only once every couple of weeks. I just feel better having multiple different hardware devices used.
As others said, the only thing you should be looking for is a drive that works with Accuraterip. Ripping discs from my local library is a hobby of mine and I've discovered so much music from there. I still buy CDs from thrift shops and the occasional garage sale, but having my music collection neatly organized and ripped/verified in FLAC is something I enjoy a lot.
I'm in a never-ending cycle of wanting to find a better monospace font, spending countless hours looking through various alternatives and coming back to the one I'm currently using.
After using Ubuntu Mono for many many years I've switched to IBM Plex Mono and basically can't find a better font for me. At this point it's like my eyes are so used to this font I could never use anything else, despite the fact that my brain wants to try something new. So it's my default choice for any monospace font that I can set up.
Completely agree that it's hard to beat IBM Plex Mono. And although it doesn't matter much in many contexts in which I use a monospaced font, it has really nice italics, which most monospaced fonts don't.
Fira Mono is also extremely well done, as you'd expect for a typeface from Erik Spiekermann.
https://plugins.jetbrains.com/plugin/7086-acejump
reply