Viewing profile — finder83
finder83
HN member- Joined
- Thu, Oct 13, 2011, 5:11 PM UTC
- HN karma
- 471
- Public activity
- 171 items
- HN profile
- View on Hacker News ↗
About finder83
Recent public activity
-
comment
Comment #45948962
Interesting, I'll have to look for those.
-
comment
Comment #45948865
Every time I read things like this, it makes me think that AI was trained off of me. Using semicolons, utilizing classic writing patterns, and common use of compare and contrast ar…
- story
-
comment
Comment #45608157
I believe that's still true of Erlang, but Elixir has UTF-8 encoded strings. In practice the only time you need to use Erlang strings from Elixir is if you're using an Erlang API.
-
comment
Comment #44332070
Thanks, apparently didn't click through enough
-
comment
Comment #44329766
This looks amazing! I keep loving Phoenix more the more I use it. I was curious what the pricing for this is? Is it normal fly pricing for an instance, and is there any AI cost or …
-
comment
Comment #43809175
It's very possible they don't replace them, but many libraries also have legitimate sells to clear books from inventory to make room. Usually over like a week or three day weekend …
- comment
-
comment
Comment #42456674
https://github.com/github/copilot.vim works pretty well for inline autocompletion https://github.com/CopilotC-Nvim/CopilotChat.nvim is the best I've found for the chat-type interac…
-
comment
Comment #41718163
Infinite, yes, but I would say it's not quite as core to the language as it is in Haskell where everything's lazy. Infinite streams are quite simple though: Stream.iterate(1, fn(x)…
-
comment
Comment #41717899
The functions don't return a mutable version of a variable or anything. You still get an immutable copy (it may not be an actual copy, I don't know the internals) of the state, and…
-
comment
Comment #41294652
Telescope feels so game-changing, and I've not found anything like it outside of Neovim and Emacs. Being able to fuzzy search a buffer or my project instantly makes navigation insa…
- comment
-
comment
Comment #37471763
I'm on composer 2.5.8
-
comment
Comment #37453805
Maybe I'm missing something, but I disagree with the tooling comment. Composer is horrendously slow, taking on the order of multiple minutes just to do a update often times. This i…
-
comment
Comment #36394768
A few reasons: 1. I appreciate open and friendly discussion with people who don't think like me. The atmosphere, even of /r/conservative is very different than something like truth…
-
comment
Comment #36394471
My impression (which may be wrong) of Lemmy is that a large number of instances are very pro-censorship and heavily left-leaning. Which of course is reflective of Reddit itself. Bu…
-
comment
Comment #36345713
For me, it's more about the plugins that are missing, like Telescope. Being able to filter a buffer or project to a search term and go one by one through them seeing the context is…
-
comment
Comment #35737092
There's other ways to do it though that don't break tools like pagename.server.svelte
-
comment
Comment #35402363
Sure, that may be the case that they turned it down. It seemed to be a widespread issue though across a lot of reviewers and opinions. The sound engineer interviews in that article…
-
comment
Comment #35401970
I would buy your argument if it were true that the sound wasn't muffled and unintelligible in theaters. But that's not the case. The recent Nolan films are almost as unintelligable…
-
comment
Comment #35332103
Thanks for releasing this, saw it earlier this week and am excited to try it! Kind of wish we had had it for the start of our current project 6 months ago, but seems like with SSR …
-
comment
Comment #35329756
Mostly code here, but I've found a few uses, mostly around brainstorming that I use as a starting point to further thought: Brainstorming ideas such as around a party theme for my …
-
comment
Comment #34939750
Just wrapping up my first project in Phoenix (and first project in Elixir) and it's been a lot of fun to work in. I'm still learning and haven't quite got the component model down,…
-
comment
Comment #34554198
Thanks for sharing! That's really exciting, going to have to make sure we're on the latest Go version everywhere.