Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
selectnull
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
121.
▲
by
selectnull
3y ago
As someone who has actively avoided LinkedIn, I've decided to give it a chance after all. First, I wanted to disable all email notifications. For each type of notification event, I had to click and disable it (while leaving in-app noti
122.
▲
by
selectnull
3y ago
13112221
123.
▲
by
selectnull
3y ago
I use M2 with 24GB and in a nutshell, it's fantastic machine. I do backend and frontend, most of my dev time is spent in terminal and browser. Before buying it, I was worried about being fanless and was considering the Pro. I'm so
124.
▲
by
selectnull
3y ago
Few years ago I started working on a project and didn't want any heavy framework. I used customElements and liked it. When the project grew enough, I found out about Lit and it was a clear winner for me. I've ported my custom elem
125.
▲
by
selectnull
3y ago
Firebird will always have a special place in my heart. Such a wonderful database engine: small, fast and full-featured. I've worked with it long time ago (up to v2.0 era) and loved it. After that, I worked for a company that used MySQL
126.
▲
by
selectnull
3y ago
Let's all hope w3.org doesn't forget to renew their domain. Because if they do, all these links to "Cool URIs don't change" will suddenly become extremely ironic. We're safe at least up to 2029...
127.
▲
by
selectnull
3y ago
I've been using difftastic as default diff for the past few months. Thank you. It works well, and the only time I switch back is when comparing long strings.
128.
▲
by
selectnull
3y ago
Something about CORS and Origin header.
129.
▲
by
selectnull
3y ago
Rest in peace, Bram. Thank you for Vim.
130.
▲
by
selectnull
3y ago
There is a diff tool called difftastic: https://github.com/Wilfred/difftastic The idea is that it does not show diff based on text change, but on syntastic meaning. For that, it uses tree-sitter. I think it still shows
131.
▲
by
selectnull
3y ago
They require passport or some sort of ID on registration, and it is weird when compared to others. I was not happy with that part, but I am happy customer since (almost a decade now). As far as I know, they do not require any ID when cancel
132.
▲
by
selectnull
3y ago
I had to try it and after back and forth, this was my prompt: me: can you recite the litany in some other form? ChatGPT: I apologize for the confusion earlier. Here is the complete Litany Against Fear in a different form, as a poem: "F
133.
▲
by
selectnull
3y ago
> If you’re signed in to a Google Workspace account, your admin may not have enabled access to Bard. Well, I'm sure that when I enable it, I will be told that Bard isn't available in my country.
134.
▲
by
selectnull
3y ago
Even worse: "This initial release of WebGPU is available on ChromeOS, macOS, and Windows. Support for other platforms is coming later this year." I guess Linux support will come right after they ship Google Drive client.
135.
▲
by
selectnull
4y ago
It's easy to downvote, but the question is not totally out of place. On my machine: * WezTerm 224 MB * iTerm2 74 MB * Terminal (default MacOS) 10 MB And yet, I have read comments proclaiming that iTerm is bloatware. p.s. I've been
136.
▲
by
selectnull
4y ago
According to the docs ( https://dragon-lang.org/documentation#loops ), loops may but do not have to use curly brackets around the body (it would seem they use C-style and Lua-style interchangeably). I can't imagine the r
137.
▲
by
selectnull
4y ago
Materialistic for Anroid.
138.
▲
by
selectnull
4y ago
I also had a problem. Figured it out by submitting with dev console open and reading HTTP response. There were no messages for errors: required fields, pronouns had a min lenght and stuff like that. Really like the idea and willing to try i
139.
▲
by
selectnull
4y ago
Official Django docs do NOT say the `class Meta` comes __immediately__ after the fields. The docs give the example (as linked by you) looking like that, but few chapters down you can find this: The order of model inner classes and standard
140.
▲
by
selectnull
4y ago
Terraforming Mars, with all the expansions. Not a new game, but one of the best nevertheless.
141.
▲
by
selectnull
4y ago
Honestly, you're in a minority. Most Mac users install and use iTerm2, Alacritty, (my favorite) WezTerm, etc... So obviously, there is a market for terminals. Warp though, definitely not for me.
142.
▲
by
selectnull
4y ago
I guess they said breakpoints would be gone because of css container queries. Nothing else comes to my mind. Technically, that means media size queries will be gone, and not the breakpoints themselves.
143.
▲
by
selectnull
4y ago
The Ruby creator is Japanese but if you want to start using it today, you don't even have to know who Matz is. The website with the documentation is in English and translated to quite a number of other languages. It really is not the f
144.
▲
by
selectnull
4y ago
Extension or not, .sh or .bash: definitely subjective. That was the intention of my comment. Because the rest of the post (or most of it for sure) is not subjective.
145.
▲
by
selectnull
4y ago
> Use the .sh (or .bash) extension for your file. It may be fancy to not have an extension for your script, but unless your case explicitly depends on it, you’re probably just trying to do clever stuff. Clever stuff are hard to understan
146.
▲
by
selectnull
4y ago
It looks more like Chinese government proxy.
147.
▲
by
selectnull
4y ago
That's easy: try it with Firefox.
148.
▲
by
selectnull
4y ago
Agreed that everyone has their own personal definition. With that in mind, I would never think of telephone as decentralized, at least not more than any other service provided by a company.
149.
▲
by
selectnull
4y ago
Super easy to use, highly recommended: https://46elks.com/
150.
▲
by
selectnull
4y ago
Just like few others here, I wanted keyboard shortcuts so I just hacked it quickly. Will break if DOM classes change, but author should implement something better. Cool game. ``` const rotate = (direction) => { const directions = {co
More ›