Viewing profile — vereis
vereis
HN member- Joined
- Wed, Jun 14, 2017, 10:12 AM UTC
- HN karma
- 53
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About vereis
Recent public activity
-
comment
Comment #48138767
doesn't stop someone running a long running claude cli session in tmux and programmatically giving it messages... anthropic is fighting an unwinnable battle
-
comment
Comment #48078297
crit was a game changer for my longer planning sessions and it gives me a good way to do code review for llm output locally first I was anticipating setting up gitea or something a…
-
comment
Comment #47995337
the problem with this is I'd strongly argue that you could do this pen and paper process with the human brain and our consciousness too; we just lack enough understanding to put pe…
-
comment
Comment #46620151
https://vereis.com
-
comment
Comment #46224210
yeah this is the distinctive ps1 look I think all games look like this, at least polygonal games
-
comment
Comment #45336685
i think the original quote is "Any sufficiently complicated concurrent program in another language contains an ad hoc informally-specified bug-ridden slow implementation of half of…
-
comment
Comment #43961674
elixir is only better imo because of better tooling, more libraries/bigger ecosystem, and macros give me macros and I'd be happy (not preprocessor stuff, not parse transforms)
-
comment
Comment #42308596
honest q: how do you distinguish between single node erlang applications vs clustered erlang applications?
-
comment
Comment #42308581
my personal reality is that the majority of projects I've consulted on have seldom actually leveraged distributed erlang for anything. the concurrency part yes, clustering for the …
-
comment
Comment #42305499
I recommend taking a look at the various open source Riak applications too! Might not be updated to any sort of recent versions of erlang but was a great resource to me early on.
-
comment
Comment #42305488
ahoy!! thanks for spotting the issue I wrote the post in a stream of consciousness after a long day! I'll make that edit and call it out! the statement about what historically cons…
-
comment
Comment #42259750
ahoy!!! never expected to see any of my posts on hn D: for the first point it was purposely not written on the beam as otherwise there would be no post! an original draft of did ta…
-
comment
Comment #41759167
Gleam runs on the BEAM
-
comment
Comment #41468727
or use home-manager via nix!
-
comment
Comment #40409758
well doesn't the argument suggest the only thing you can be certain of is I, or at least some 'experiencing agent' exist, otherwise there would be no subject to do the experiencing…
-
comment
Comment #36592370
I've not tried this for any adobe products, but you could try running them in a locked down environment (container, vm, whatever) and don't allow network access.
-
comment
Comment #33999332
Depending on the model I'd take one!
-
comment
Comment #32716573
You can always use a different email address to manage the domain if that's the issue?
-
comment
Comment #31318603
Guaranteeing a singleton process is a very difficult problem which horde definitely does not solve perfectly mind you. All is well and good until it isn't. We opted for leveraging …
-
comment
Comment #30807289
TypeScript bringing a half decent type system to JavaScript is orthogonal to OOP JavaScript is OOP already. TypeScript just provides better typing like what you would find in Haske…
-
comment
Comment #29123528
I just forego docker desktop and run docker on the command line in wsl2 instead. Have you considered trying that?
-
comment
Comment #29118819
It doesn't come with any styling OOTB. The idea is that you're just building a frontend (all the markup, styling etc) around some provided state management
-
comment
Comment #28569218
You can find my site at cbailey.co.uk (it's my first time sharing it online!) It's a pretty informal blog (and it's very unpolished). It's a standard Elixir/Phoenix app which polls…
-
comment
Comment #27609118
Might fall into the same category as Hound but Wallaby exists and works. Otherwise have you heard of Crawley?
-
comment
Comment #27484691
Popup menus, sidebars, drawing on top of a pages can all be done to a certain extent with some CSS Accessibility is possible with standard semantic HTML and aria tags (again to a c…