HN user

monroewalker

416 karma
Posts40
Comments136
View on HN
en.wikipedia.org 4mo ago

Dord

monroewalker
7pts0
github.com 1y ago

Show HN: IntelliJ plugin for organizing bookmarks on an infinite canvas

monroewalker
2pts1
www.sesame.com 1y ago

Crossing the uncanny valley of conversational voice

monroewalker
402pts218
news.ycombinator.com 1y ago

Ask HN: Why do you trust Kagi?

monroewalker
14pts23
github.com 1y ago

Show HN: Epte – Cross platform clipboard manager and launcher built with Flutter

monroewalker
5pts0
github.com 1y ago

Tell HN: Screen freezing from device input on Gnome and X11 has a fix

monroewalker
2pts1
news.ycombinator.com 1y ago

Ask HN: What's your new computer/VM bootstrapping approach?

monroewalker
2pts0
news.ycombinator.com 1y ago

Ask HN: What's your terminal and shell setup?

monroewalker
4pts11
news.ycombinator.com 1y ago

Ask HN: What daily puzzles do you play?

monroewalker
4pts5
news.ycombinator.com 1y ago

Ask HN: Good up-to-date resource for finding best current LLM for a given task?

monroewalker
1pts1
news.ycombinator.com 2y ago

Ask HN: Where do you keep your 401k investments?

monroewalker
33pts69
news.ycombinator.com 2y ago

Ask HN: Where do you get your electrolytes?

monroewalker
6pts3
wafflegame.net 2y ago

Waffle – Daily Puzzle

monroewalker
1pts0
news.ycombinator.com 3y ago

Ask HN: How to build a plug-in system with Python for a desktop app?

monroewalker
2pts6
news.ycombinator.com 3y ago

Ask HN: Are there any React compiler projects to avoid needing the runtime?

monroewalker
2pts0
news.ycombinator.com 3y ago

Ask HN: Are you trusting GitHub Copilot with your private code?

monroewalker
2pts1
news.ycombinator.com 3y ago

Ask HN: Tips on Running a Webapp on a VPS?

monroewalker
2pts3
news.ycombinator.com 3y ago

Ask HN: Where to find or buy webapp sound effects

monroewalker
1pts0
news.ycombinator.com 3y ago

Ask HN: What's the best way to control a cursor from the keyboard on macOS?

monroewalker
2pts4
news.ycombinator.com 3y ago

Ask HN: What high yield savings account do you use for your emergency fund?

monroewalker
1pts0
news.ycombinator.com 3y ago

Ask HN: Best task management / issue tracking for solo developer projects?

monroewalker
2pts4
news.ycombinator.com 3y ago

Ask HN: Ideas for a subtle but pleasant home office aroma?

monroewalker
6pts11
drhus.github.io 4y ago

Identicon

monroewalker
1pts0
news.ycombinator.com 4y ago

Ask HN: How fast is your Spring Boot startup time?

monroewalker
3pts5
news.ycombinator.com 4y ago

Ask HN: Are there any high-level TUI tools?

monroewalker
7pts4
news.ycombinator.com 4y ago

Ask HN: Where to deploy a Spring Boot app with a fixed spending cap?

monroewalker
5pts4
news.ycombinator.com 4y ago

Ask HN: Which programming language that you've used had the best DX?

monroewalker
6pts7
twitter.com 4y ago

Past a certain point, more distant galaxies look bigger

monroewalker
2pts0
news.ycombinator.com 4y ago

Ask HN: Simple operational transformation approach for collaborative editing?

monroewalker
2pts1
news.ycombinator.com 4y ago

Ask HN: How do you deal with logging while developing a webapp?

monroewalker
1pts0

Great summary! I would just add that cherry on top though -- that HuggingFace tried using the top commercial models in response but couldn't because of the cybersecurity restrictions so they had to use GLM 5.2 instead

"When we started the log analysis, we first used frontier models behind commercial APIs. This did not work: the analysis requires submitting large volumes of real attack commands, exploit payloads, and C2 artifacts, and these requests were blocked by the providers' safety guardrails, which cannot distinguish an incident responder from an attacker. We ran the forensic analysis instead on GLM 5.2, an open-weight model, on our own infrastructure. This had a second benefit: no attacker data, and none of the credentials it referenced, left our environment."

Debug Project 2 months ago

Heh after reading that title card I thought this was going to be a mosquito based software bug analogy. I expected a description of how to write software that resulted in more "good bugs" that might facilitate finding other bugs somehow. Now I'm a little disappointed

Now that Claude 4 is out, I’m making some updates to the project I’ve built primarily just with Claude Code: https://github.com/mwalkerr/BookmarkCanvas

It’s just a basic IntelliJ plugin which provides an infinite canvas to add code bookmarks to. I work on a large code base and often have to take on tasks involving lots of unfamiliar areas of code and components which influence each other only through long chains of indirection. Having a visual space to lay things out, draw connections, and quickly jump back into the code has been really helpful

The canvas and UI is built using Java AWT since that’s what IntelliJ plugins are built on, but it occurred to me that I could just throw in a web view and use any of the existing JS libraries for working on an infinite canvas. React Flow has seemed like the best option with tldraw being what I’d fallback to.

But then.. if the canvas is built with web technology then there’s no reason to keep it just within an IntelliJ plugin vs just a standalone web app with the ability to contain generic content that might open files in IntelliJ or any other editor. I’m pretty sure the “knowledge database on a canvas” thing has been done a number of times already so I want to also see if there are existing open source projects that it’d be easy enough to just add a special node type to

Just about every line of code for this was written by Claude 3.7 via Claude Code. I never gave the other AI development tools like Cursor and Aider a fair shake so I may have just been behind the times on what's possible with agentic editors, but I found Claude Code to be extremely impressive. The API costs did end up being something around $15 though and this is a really small project, so I imagine cost goes up quite a bit to do any non-trivial work on a project of a decent size

This was great for me though because this is something I've had in mind for a while but never considered quite useful enough to be worth the time it'd take to learn about IntelliJ plugin development + the Java AWT knowledge required to create a canvas app like this

lol yeah I tried to get it to whisper too. And talk faster or slower or do accents. It seemed to be able to kind of do each of those things but only very slightly. Enough to see that there was some successful interpretation of the request but lack of flexibility to fully execute on it. OpenAI's model still has this beat on that front imo (talking quietly / slower / faster)

Yeah after a few interactions, the repetition of the mannerisms that initially added to the sense of life-likeness started to break the illusion a bit. The "you got me" response shows up a bit too often. The creativity remains impressive though

This was already posted here: https://news.ycombinator.com/item?id=43221377 but I’m really surprised at the lack of attention this model is getting. The responsiveness and apparent personality are pretty mind blowing. It’s similar to what OpenAI had initially demoed for advanced voice mode, at least for the voice conversation portion.

The demo interactions are recorded, which is mentioned in their disclaimer under the demo UI. What isn't mentioned though is that they include past conversations in the context for the model on future interactions. It was pretty surprising to be greeted with something like "welcome back" and the model being able to reference what was said in previous interactions. The full disclaimer on the page for the demo is:

" 1. Microphone permission is required. 2. Calls are recorded for quality review but not used for ML training and are deleted within 30 days. 3. By using this demo, you are agreeing to our "

edit: Actually this has been posted quite a few times already and had good visibility a couple days ago: - https://news.ycombinator.com/item?id=43200400 Others: https://hn.algolia.com/?q=sesame.com

A cross-platform clipboard manager / search-and-filter tool / launcher built with Flutter that has a simple Python plugin interface.

Plugins can be used to add new "result actions" and new sources of entries to filter and select. Eg. recent Jira tickets, email inbox, shell history, Notion pages, etc. The result actions are a way to easily perform common transformations on selected entries (eg. wrap in triple backticks, find and parse json, trim whitespace, ...) or kickoff some script with a selected entry as an argument.

Project started as a result of having to do a lot of work using Ubuntu and sorely missing Alfred and all the workflows I'd built with it. I wanted something for which I could build workflows once and have those workflows available on whatever system I'm on. Plus to be able to build some plugins that would be usable by coworkers regardless of what operating system they're using and with minimal runtime resource usage. There are some existing cross-platform solutions which could serve this purpose, like Cerebro, Ueli, Script Kit, some others.., but I wanted something lighter weight than is possible with an Electron app. Granted the current state of Epte is that it's built with Flutter + Go + Python so the final distributable and runtime memory usage are higher than is ideal.

Basic Windows support is almost there but there doesn't seem to be a great solution to switching to existing windows of an application instead of just re-launching it. The tool isn't intended to be as good or better than any given OS's built-in launcher so I'll probably just leave that as-is and upload the current state of the Windows build.

https://github.com/mwalkerr/Epte

The best approach I’ve found so far is to just have a single master “event log” where I dump everything that I want to save by default. I have specific places to put things but if I can’t be bothered to decide where or am not sure it’ll just go to the event log. I’m using Notion for this where each entry is its own page in a “database” list. Adding a new page is trivial though through the site or app. I have an iOS shortcut setup too to open the entry creation

Anyone else have their zsh history get truncated occasionally? Not sure where in my setup the issue is but sometimes the history file will just be recreated. I have all the histsize and other env vars set correctly and I haven’t been able to correlate it to anything in particular I’m doing when it happens

If servo (or something like it) succeeds, would that mean potentially being able to swap out chromium in Electron? Would that help with performance / application size?

I've been working on a cross-platform clipboard manager launcher thing and using xdotool to simulate a ctrl+v on Ubuntu. On every paste though, the entire screen would freeze for a solid second. After a lot of exploring options I came across https://github.com/robertwayne/libmutter-fix/tree/main.

The TLDR as I understand it is that in Gnome's Mutter, when a keyboard event is received from a different source than the last keyboard event, some expensive operation is kicked off (`keymap_changed`) which is unnecessary for most cases but required to handle something like switching to a keyboard with a different layout than the one last used.

The Github repo linked above has more info and links to related issue trackers and discussions. The solution implemented in the repo is to checkout libmutter and just remove the line causing `keymap_changed` to be called for `XkbNewKeyboardNotify` events.

Sharing in case anyone else happens to have been banging their head against the wall about this

If building a desktop app with the intention of having JavaScript plugins, would it not be viable to include bun in the app bundle to use to run the plugins? Curious if anyone has played around with this idea

I tried an extension once that provided these navigation shortcuts for all the links on a page. It was really convenient but then I was on an admin page for our team and accidentally hit a couple keys that pressed some random button. The page was full of buttons that had irreversible effects which were executed without confirmation. Of course that’s an issue itself for the page but that’s kept me from trying this again.

The convenience those shortcuts provide also makes it concerningly easy to press something on accident. Much more likely than accidentally clicking something. Having extra leader keys or some other approach to reduce accidental presses would detract from the convenience…

Curious if anyone else has run into this or configured their setup in a way that maintains the convenience but reduces the accident likeliness. Holding a modifier key or adding leader keys actually does seem like I’d go a long way in reducing accidents with minimal hit to effectiveness

Other than colorization, what are people getting out of ls replacements like this? I've recently started using ranger which might replace my ls usage for the most part since it not only shows everything in the directory but has vim like shortcuts for filtering, sorting, and searching the directory as well as previewing files and entering other directories

Thanks for sharing! Might start playing Weaver. Squaredle I think is just too tedious lol. Travle would be nice to be good at. Waffle I stopped enjoying after figuring it out