Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vereis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
vereis
4mo ago
doesn't stop someone running a long running claude cli session in tmux and programmatically giving it messages... anthropic is fighting an unwinnable battle
2.
▲
by
vereis
4mo ago
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 and using that as a place where I'd push code while I wa
3.
▲
by
vereis
5mo ago
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 pen to paper in that case the notion of consciousness bei
4.
▲
by
vereis
8mo ago
https://vereis.com
5.
▲
by
vereis
9mo ago
yeah this is the distinctive ps1 look I think all games look like this, at least polygonal games
6.
▲
by
vereis
1y ago
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 Erlang" :-) but your point still stands
7.
▲
by
vereis
1y ago
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)
8.
▲
by
vereis
2y ago
honest q: how do you distinguish between single node erlang applications vs clustered erlang applications?
9.
▲
by
vereis
2y ago
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 sake of availability or spreading load yes, but actuall
10.
▲
by
vereis
2y ago
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.
11.
▲
by
vereis
2y ago
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 constitutes a large erlang cluster was an anecdote told to
12.
▲
by
vereis
2y ago
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 talk more in depth about replies but it just got convoluted an
13.
▲
by
vereis
2y ago
Gleam runs on the BEAM
14.
▲
by
vereis
2y ago
or use home-manager via nix!
15.
▲
by
vereis
2y ago
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
16.
▲
by
vereis
3y ago
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.
17.
▲
by
vereis
4y ago
Depending on the model I'd take one!
18.
▲
by
vereis
4y ago
You can always use a different email address to manage the domain if that's the issue?
19.
▲
by
vereis
4y ago
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 different mix release permutations deployed on k8s as n
20.
▲
by
vereis
4y ago
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 Haskell, Ocaml or other functional languages
21.
▲
by
vereis
5y ago
I just forego docker desktop and run docker on the command line in wsl2 instead. Have you considered trying that?
22.
▲
by
vereis
5y ago
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
23.
▲
by
vereis
5y ago
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 GitHub Issues which is actually wh
24.
▲
by
vereis
5y ago
Might fall into the same category as Hound but Wallaby exists and works. Otherwise have you heard of Crawley?
25.
▲
by
vereis
5y ago
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 certain extent) D&D is probably not workable though
26.
▲
by
vereis
5y ago
This works until something does go wrong. At least with NixOS you can simply roll back!
27.
▲
by
vereis
5y ago
I found the start up time for powershell to be quite noticeable in WSL for scripts like that. If copying is all you're after you can invoke `clip.exe` instead. Honestly though I just caved and ended up using an xserver with WSL for rea
28.
▲
by
vereis
5y ago
For me, one plus of home-manager is that I can easily use it and share modules between NixOS and, say, Alpine + Nix
29.
▲
by
vereis
5y ago
It isn't perfect but I just end up installing nix (the package manager) and home-manager and hacking together my configuration through that. The majority of my NixOS configuration is written in NixOS agnostic modules so it works pretty
30.
▲
by
vereis
6y ago
Whilst I have had problems with WSL, WSL2 is much better. Not run into anything which really causes an issue (if you can live with the reduced Linux<->Windows interoperability)
More ›