Viewing profile — zeptomu
zeptomu
HN member- Joined
- Mon, Jan 16, 2017, 12:27 PM UTC
- HN karma
- 479
- Public activity
- 180 items
- HN profile
- View on Hacker News ↗
About zeptomu
Recent public activity
- story
-
comment
Comment #21979246
So I have to admit I am myself not really sure. It has been posted on r/haskell where recently there have been several posts about some kind of less-is-more approach when writing H…
- story
-
story
Gitlab 500s
So it doesn't seem to be fully down, but currently I get lots of 500s from gitlab.com - I am not sure if this is related, but it happens more often, if I am in "Private Browsing" m…
-
comment
Comment #21189472
> If using GPLv2 means companies stay away from the project instead of building on top of it, that's not a win for anyone. Like companies staying away from Linux or GCC? It's debat…
-
comment
Comment #21128738
My advice for people (who want to use SSH on Windows) is to install Git which ships with Git Bash and SSH.
-
comment
Comment #20729979
No, the data is from official government sources. OSM data is good, but mostly not that good in comparison with official sources.
-
comment
Comment #20717426
These might be reasonable functions to implement in a standard library, so having them it makes sense to use them. I rather feared Idris does not have some IO abstraction (reading/…
-
comment
Comment #20717354
> [...] aren't UNIX applications What kind of argument is that - so what? All major Linux distributions are doing very well with systemd and it makes sense to have some kind of sup…
-
comment
Comment #20717037
Wow, thanks for the response - that actually looks like Haskell and if its performance is not that abysmal (let's say slower than Python), that is pretty cool. This actually looks …
-
comment
Comment #20716002
Yeah ... but how does that look? A "naive" wc implementation (counting the character '\n') is But maybe there is a too big difference between the concept of "files" (as seen by OS …
-
comment
Comment #20715776
> [...] Idris is a lot more practical than I thought. This may sound like a stupid question (but is probably necessary in a thread about the convergence of proof systems and static…
-
comment
Comment #20578744
Do you mind sharing your SAAS?
-
comment
Comment #19997940
> In addition subtitles, secondary audio, descriptive video, and multi-view video etc. are all things which we mandate by law which do not work well in a file base expierenced. Tha…
-
comment
Comment #19997809
> [...], but is that it. Yes. I guess people would even pay for Spotify, if it's DRM free (which means the stuff on it can be copied), but that is still considered "radical" (in th…
-
comment
Comment #19997408
Although I am a customer of some streaming services (they are convenient and have good and bad stuff), it is often nice to just get a file for a specific song or movie - and that i…
-
comment
Comment #19919671
I agree with your parent. When I started with (Python) webdev some years ago I picked Flask, but nowadays I use Django, as it has superb documentation and useful things built-in. I…
-
comment
Comment #19861185
> Containers used are small and get shut down on inactivity. How do you define inactivity? If I do $ nohup ./computational_intense_and_runs_for_100_hours.py & Do you just kill the …
-
comment
Comment #19860787
> We've been recently working in a FREE hosted version [...] Oh no, you make it sound like this is a good thing. It only means I can't take you serious. Don't make it free . That i…
- comment
-
comment
Comment #19799742
Fun fact: There is a software for modelling drainage systems called SWMM (Stormwater Management Model) that has been around since 1970s (!) and is programmed in C and released as f…
-
comment
Comment #19747396
> The actual issue is that Windows and Linux don't properly use a ‘super’ key―while the ‘Win’ key is sitting there uselessly. For me (Gnome) the super-key shows an overview of my w…
-
comment
Comment #19747301
It does not work for me on Firefox/Fedora (EDIT: it does ). However 'q:' still does nothing.
-
comment
Comment #19747245
My test for "non-native" Vim is always 'q:' which should open a command line window of previous commands at the bottom of your screen - unfortunately that does not work. Furthermor…
-
comment
Comment #19654123
> Lack of comments Actually I consider that a feature. If some piece of software requires some complex configuration I have to refer to some external documentation anyway. Many pro…