Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cel1ne
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
cel1ne
6y ago
"They are not needed anywhere." -> This should have been "They are not needed everywhere."
2.
▲
by
cel1ne
6y ago
Types are important and necessary. Can you skip them in a typed language? Yes, just use any, Object or whatever the equivalent. Can you add them to an untyped language? No. They are not needed anywhere. But I argue that especially JavaScrip
3.
▲
by
cel1ne
6y ago
JDBI.
4.
▲
by
cel1ne
6y ago
1. Try a completely functional language like Haskell once to learn about side-effects. 2. If you do multi threading: Look into Immutability and communicating sequential processes 3. Use static analysis / linters / code checkers fo
5.
▲
by
cel1ne
6y ago
I wrote an autohotkey script for windows to assign alt-* to most shortcuts which would require ctrl-*. Alt is physically where Macs Cmd is, so I had Alt-A for Cmd-A, Alt-F for Cmd-F, Cmd-W and so forth. This made a big difference. Also I i
6.
▲
by
cel1ne
6y ago
Have you tried a combination of quick-reading and taking notes. If it's about train of thoughts: for each tab try formulating and writing down a question that came to your mind while reading it. That is the creative takeaway and it mig
7.
▲
by
cel1ne
6y ago
Use CDNs for delivering JavaScript libraries instead of including everything into custom bundles. React could be transferred ONCE to the browser-cache instead of hundreds of times.
8.
▲
by
cel1ne
6y ago
> Copying the text gives: “ch a i r m a n ' s s tat em en t” Reconstructing the original text is a difficult problem to solve generally. Why not looking for stretches characters with spaces between them, then concatenate, check agai
9.
▲
by
cel1ne
6y ago
"Where earlier reductions were largely negated by rising imports, the past decade has seen genuine cuts in the amount of CO2 for which the UK is responsible." - https://www.carbonbrief.org/analysis-why-the-uks-co2-
10.
▲
by
cel1ne
6y ago
Not really, since everybody who cloned a repo has a full copy of everything. Reminds me of the saying that writing git was just a backup strategy for Linus Torvalds: FTP-mirrors were the first step to ensure that the kernel was never lost,
11.
▲
by
cel1ne
6y ago
Use REST for reading, but RPC-style calls for writing. Benefits: 1. Every write-call is a transaction 2. You can have complex filtering and sorting in the read/access side of your API without having to worrying about the update-side of
12.
▲
by
cel1ne
6y ago
Very well put.
13.
▲
From: Latest, an opinionated Dockerfile linter
(fromlatest.io)
2 points
by
cel1ne
6y ago
|
0 comments
14.
▲
by
cel1ne
6y ago
> The argument is that GPT3 has no understanding of the world, just superficial understanding of words and their relationships. We don't really know what "understanding of the world" means in humans. We just "see it w
15.
▲
by
cel1ne
6y ago
> sponge Why not use > file? > mispipe In bash there's PIPESTATUS for that.
16.
▲
by
cel1ne
6y ago
You can call C with Java.
17.
▲
by
cel1ne
6y ago
I did this 15 years ago, before I gave gentoo a spin. I compiled my kernel for many years (make menuconfig). Bottom line: It's not worth it. I use debian now.
18.
▲
by
cel1ne
6y ago
You have to adapt while writing: If I want a "more important" sentence to be read, I put on it's own paragraph.
19.
▲
by
cel1ne
6y ago
A drawing teacher put it like this: "Draw what's there, not set-pieces". (meaning the reusable furniture components in theaters)
20.
▲
by
cel1ne
6y ago
AFAIK, you don't have to ship the source to be GPL-compliant, you just have to provide it upon request.
21.
▲
by
cel1ne
6y ago
Unfortunately no HDR support.
22.
▲
by
cel1ne
6y ago
One question for all users of knowledge-bases like this: How often do you write something down and look it the next day and realize it's not relevant anymore because of reasons like: • you memorized it • it's not as important as i
23.
▲
by
cel1ne
6y ago
The difference is that computer-on-your wrist are personal. They got cheaper and cheaper as everyone started to buy one. I can't imagine everyone buying a spaceship, or even 1 in 10.000 people, if spacecraft costs were 10.000 times the
24.
▲
by
cel1ne
6y ago
I use an AppleTV connected to a 43-inch 4k monitor [1]. No crappy TV-software and it's a proper screen, with proper response-time to use for the laptop as well. [1] https://www.amazon.com/Philips-Monitor-Bdm4350uc-42-5i
25.
▲
by
cel1ne
6y ago
I wonder if you could write a program that scans javascript-dependencies for function-usage that could be replaced by suites like lodash, to find and replace "leftpad-style dependencies".
26.
▲
by
cel1ne
6y ago
https://en.wikipedia.org/wiki/X_Window_System
27.
▲
by
cel1ne
6y ago
> For example, warming itself has been highly nonuniform. It's not that every day, every location on earth is X degrees warmer. What is happening is this: For a location and a time somewhere on earth plot a curve depicting the proba
28.
▲
by
cel1ne
6y ago
I don't think so, i switched to Firefox about two years ago, after the major upgrades, and I think it's way snappier, faster and more usable than chrome.
29.
▲
by
cel1ne
6y ago
You are right, you could say: "It's a problem, it doesn't matter if it's us or not, but we have to fix it". Question is whether this helps the debate or not. It could help.
30.
▲
by
cel1ne
6y ago
If you don't say "it's us", you generally mean that it's a natural occurring phenomenon / cycle. And with that generally comes the assumption "...therefore we don't need to fix it, because it will fix
More ›