Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Profpatsch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
You Might Not Need the Virtual DOM
(blog.functorial.com)
5 points
by
Profpatsch
9y ago
|
0 comments
2.
▲
by
Profpatsch
9y ago
There are no global state mutations in `pkgs`. All immutable parts are in `impure.nix`, which already has a complete `pkgs`. Maybe you are confusing state mutations with fixed points, which are used extensively (thankfully).
3.
▲
by
Profpatsch
10y ago
Even though it’s very much out of context for this thread, it’s a little pearl that brought me again a little bit closer to understanding. Thanks!
4.
▲
Prototyping and code generation tool (not only) for your RaspberryPi
(kickstarter.com)
3 points
by
Profpatsch
11y ago
|
0 comments
5.
▲
by
Profpatsch
11y ago
Most GNOME apps started today are done in Vala afaik. It’s just starting to get traction. Maybe not at fast as $HipsterLang, but steadily.
6.
▲
by
Profpatsch
11y ago
I have been writing a guide on how to set up a desktop system with NixOS, but I’m not quite finished yet. I wonder how high the interest in something like that would be? I can throw up an unfinished beta version of it if people are interest
7.
▲
by
Profpatsch
11y ago
Dude, give the code some space. It can’t breathe cramped like this.
8.
▲
World’s first commercially available handheld flamethrower
(xm42.com)
2 points
by
Profpatsch
12y ago
|
0 comments
9.
▲
by
Profpatsch
12y ago
Exactly. It’s what I commented about super after 8. You spread your (probably stateful, imperative) logic over several files and classes.
10.
▲
by
Profpatsch
12y ago
> It's feature usage - or rather misusing it - that leads to "bad code". I still don’t agree with this. There are features that invite misusing them, or pose a greater risk of being misused. For example, with operator over
11.
▲
by
Profpatsch
12y ago
> is that there is no such thing as "bad feature" or "feature that results in bad design". No, even straight "goto" is not such a feature. Yet, there are features that lead (with a high probability) to bad p
12.
▲
by
Profpatsch
12y ago
Don’t you just love some good ol’ Nit picking …
13.
▲
by
Profpatsch
12y ago
lel, of course everyone is going to discuss about the smallest critique I stated. Bikeshedding at its best.
14.
▲
by
Profpatsch
12y ago
Here are my thoughts after quickly glancing over the „features“: 1. No formatting rules and verbose „end“ I thought that by now it was universally accepted that having clear rules is a good idea, see Python and golang) 2. OO with inheritanc
15.
▲
Brick'R'Knowledge – build electronic circuits like Lego (Arduino&Raspi compat.)
(indiegogo.com)
8 points
by
Profpatsch
12y ago
|
0 comments
16.
▲
by
Profpatsch
12y ago
ikr? We should start a lobby. :) Though I would be worried if I heard yandere in any context other than manga/anime.
17.
▲
by
Profpatsch
12y ago
It’s tsundere-speak. Only they are young white males.
18.
▲
by
Profpatsch
12y ago
Hijacking another programming language name for your own cheap JS-syntax clone? Nice move, jerks!
19.
▲
by
Profpatsch
12y ago
Unix time is representing seconds, and seconds are a human measurement which use decimal notation.
20.
▲
by
Profpatsch
12y ago
6000 seconds. That’s still about 2 hours. :)
21.
▲
In about 2 hours it’s 1400000000 unix time
28 points
by
Profpatsch
12y ago
|
20 comments
22.
▲
by
Profpatsch
13y ago
That was quite amazing. I’m thrilled to check out Light Table now. But I’m at a loss, since I just got Clojure running in Emacs pretty well, complete with Vim keybindings. Yet, I can’t get the Cljs connection working in an acceptable manner
23.
▲
by
Profpatsch
13y ago
Holy crap. Or write Sony’s user management. Or Adobe’s. Or …
24.
▲
by
Profpatsch
13y ago
https://en.wikipedia.org/wiki/Robert_Cecil_Martin He’s the head of the agile movement.
25.
▲
JPG batch processing powertool for Webdesigners
(rw-designer.com)
1 points
by
Profpatsch
14y ago
|
0 comments
26.
▲
Valve's handbook for new employees
(newcdn.flamehaus.com)
1 points
by
Profpatsch
14y ago
|
0 comments
27.
▲
The Zen of Python
(python.org)
5 points
by
Profpatsch
14y ago
|
0 comments
28.
▲
by
Profpatsch
14y ago
This is really helpful. I like this guy's tips.