Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Kototama
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
Kototama
8mo ago
They did: "Elise [...] worked in the past on Nintendo Switch hacking" This was written on the original posted page (before the link was changed) when you commented.
2.
▲
by
Kototama
11mo ago
If it's for a hobby project it can be fun to work with Common Lisp and see all the good things such an old language still has to offer and where it's still superior to more modern languages. You also don't need to deal with t
3.
▲
by
Kototama
1y ago
You could have a big external USB drive and try a deduplicating backup software such as borg backup or restic.
4.
▲
by
Kototama
1y ago
You could activate the sshd service and log in to the NAS.
5.
▲
by
Kototama
1y ago
https://www.tomshardware.com/pc-components/nas/synology-requ...
6.
▲
by
Kototama
1y ago
You can use Synology Hyper Backup (or any cloud backup program) and an AWS S3 compatible provider, such as Backblaze.
7.
▲
by
Kototama
2y ago
Books as a unit of time. Interesting :D.
8.
▲
by
Kototama
2y ago
> Typed languages are essential on teams with mixed experience levels I like this one because it puts this endless dilemma in a human context. Most discussions are technical (static typing ease refactoring and safety, dynamic typing is e
9.
▲
by
Kototama
2y ago
Because software is built on shifting sands?
10.
▲
by
Kototama
2y ago
You can always make magit behave as a standalone program if you wish. For example https://github.com/gizmomogwai/magit
11.
▲
by
Kototama
2y ago
You need to cut in the direction of your body in some cases (for example when carving wood). Two things to prevent injuries: a) never put any force if the material resists b) do it slowly.
12.
▲
by
Kototama
2y ago
It's even more confusing for non native speakers.
13.
▲
by
Kototama
2y ago
You need to preheat the pan and not cook at a temperature where the oil polymerizes or the ingredients can burn. When you put something sticky in it, you need to wait a bit for the crust to form before moving it.
14.
▲
by
Kototama
2y ago
Exactly. Even the Lodge manufacturer, for example, indicates on their website that you can use a small amount of soap.
15.
▲
by
Kototama
2y ago
This is not correlated. Android has sandboxing and you can run your own applications.
16.
▲
by
Kototama
3y ago
Curiosity beyond your own tools
17.
▲
by
Kototama
3y ago
Don't forget LEGO® Serious Play®.
18.
▲
by
Kototama
3y ago
You mean embedded-hal, not embedded-hat :-)
19.
▲
by
Kototama
3y ago
It would minimize the synchronisation lag between the other machines, being more often started.
20.
▲
by
Kototama
3y ago
It's not really hard to onboard new engineers with Scala, Clojure or even Ruby backgrounds. The language is easy. It takes a bit of time to learn the OTP patterns but so does learning any frameworks / tech stack too.
21.
▲
by
Kototama
3y ago
I have no experience with Kubernetes but my understanding is that Erlang/OTP is conceptually much simpler but also answer a different problem. Some stuff overlap (like restarting services/apps) but not all: for example there is no
22.
▲
by
Kototama
3y ago
> How do the supervisor trees avoid a single point of failure? They do not. Supervisor trees are a way to manage failures at the level of one node. > How would I tell the cluster that there should be N processes running, each on a dif
23.
▲
by
Kototama
3y ago
This makes moonwalks very dangerous.
24.
▲
by
Kototama
3y ago
You think they are outdated because you did not find the cross on the UI to close them once you noticed you actually had to LEARN them to use their power?
25.
▲
by
Kototama
3y ago
I wonder how many people buy such products once it's displayed on the frontpage of HN.
26.
▲
by
Kototama
3y ago
Does anybody know of something similar for Go? I think it could work well: both languages use mutable datastructures, have a GC and are expected to be reasonably fast. It would bring all the Go libraries to CL.
27.
▲
by
Kototama
3y ago
Ah ah :-) It has been so long I actually copied it from a website. But I had to look after your comment and Java can cope with no package declaration! https://stackoverflow.com/questions/2335211/what-is-the-defa...
28.
▲
by
Kototama
3y ago
Nothing like a short class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } } to start a nice journey into programming, right?
29.
▲
by
Kototama
3y ago
Cassandra is more close to AP whereas MySQL with clustering is more like CP. So they serve different purpose. See this nice discussion on Stackoverflow: https://stackoverflow.com/questions/36404765/why-isnt-rdbms-.
30.
▲
by
Kototama
3y ago
Cassandra is highly-available, your suggestion is not.
More ›