Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
timeattack
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
31.
▲
by
timeattack
7y ago
Whenever I read, see or, especially, visit such enormous abandoned man-made objects I have very specific feeling which is hard to put in words. Some wild yet soothing blend of awe and fear. Does anyone else experience it? Is there a name fo
32.
▲
by
timeattack
7y ago
Well, there is still no panic and hospitals are not overrun with patients. Russia is not China and far from being able to hide such things from public.
33.
▲
by
timeattack
7y ago
Another one, which creates backups on locally connected backup pool — https://github.com/reconquest/zeus
34.
▲
First Case of 2019 Novel Coronavirus in the United States
(nejm.org)
5 points
by
timeattack
7y ago
|
0 comments
35.
▲
by
timeattack
7y ago
I can agree if there are not so many abbreviations, but when almost every single line is full of them, that is what makes code incomprehensible.
36.
▲
by
timeattack
7y ago
This is an example of what is making ML so hard for uninitiated. 160 characters per line, avoidance of using spaces, abbreviations everywhere which are not explained anywhere, lack of autoformatter. This looks like a recipe for write-only c
37.
▲
by
timeattack
7y ago
I'm wondering about how common this knowledge nowadays? What is the chance that if you take average Joe and put him into forest without any specific tools, what is the chance that he will be able to start fire? That's what feels i
38.
▲
by
timeattack
7y ago
Interestingly, my cat started to bring pieces of her food to me so I can throw it and she can pretend it's live pray she is catching. This behavior emerged suddenly out of nowhere without prior training. I bet many pet owners can share
39.
▲
by
timeattack
7y ago
Hey Anders, there's vulnerability in your code. I've sent an email to you describing it.
40.
▲
by
timeattack
7y ago
For the last years I was working on several startups as a contractor. I always put my very soul to the success of the project, tried to be friend for everyone on the team, committed for 40-50 hours per week. When projects demanded non-profi
41.
▲
by
timeattack
7y ago
Kind of obvious one, but I wish more people knew that — critical thinking. On the one side it helps to avoid bad/stupid things in life: quackery medicine, scammers, bad investments, etc. On the other side it allows to peep deeper into
42.
▲
by
timeattack
7y ago
May you reconsider changing your title screenshot [1]? Now it contains chat references to porn & other 18+ channel with obscene language (in Russian). Not exactly thing that you want to send to your colleagues. [1]: https://g
43.
▲
by
timeattack
7y ago
Reminds me an accident which was caused in Hawaii by bad UI and following rather funny examples of how can bad UI screw things up: https://gfycat.com/blog/hawaii-missile-gifs-alert-terrible-u...
44.
▲
by
timeattack
7y ago
I don't quite get those arguments [1]: > The single-file restriction is an effective save-guard against feature creep. [...] We are able reject pull requests simply because they would add too many lines or add too much complexity, a
45.
▲
by
timeattack
7y ago
I'm using similar versioning for pre-build packages, but it's extended with commit information to 1:1 mapping to the source tree: local date=$(git log -1 --format="%cd" --date=short | sed s/-//g) loc
46.
▲
by
timeattack
7y ago
echo '3A2DD5E0D2C04F13A3E2F600C9530793' \ | sed -r \ -e 's/-//g' \ -e 's/(\w{8})(\w{4})(\w{4})(\w{4})(\w{12})/\1-\2-\3-\4-\5/' \ | tr '[A-
47.
▲
by
timeattack
7y ago
IMO shell which require developers to write code like this [1] to implement mere syntax highlighting for command you're entering has bad design. I don't know which level of intellect is required here for a newcomer to fix a bug. [
48.
▲
by
timeattack
7y ago
Sorry, but I find this to be very bad design. Check this out [1]: kak script evaluating sh script which in turn call perl which constructs kak script commands and output them to stdout to be evaluated by kak. Or this one [2]: same, as befor
49.
▲
by
timeattack
7y ago
I think that Chess is still interesting for many people because of a) rules are easy to understand but game is hard to master; b) there is a social aspect of playing against human being face to face.
50.
▲
by
timeattack
7y ago
Because of this we've implemented a tool called `mark` [1], which allows to write articles in markdown and render them as native Confluence pages. If you're interested in having self-hosted service for that, just drop us an e-mail
51.
▲
by
timeattack
7y ago
Looks like you're talking about https://en.wikipedia.org/wiki/Icyball
52.
▲
by
timeattack
7y ago
I have exactly the same problem as you. I'm looking for a solution too and it seems that deep sleep length/continuity might be linked with serotonin levels. Did you take a blood test on serotonin?
53.
▲
by
timeattack
7y ago
I think that downplaying the achievement is more like defensive mechanism which exists to protect illusion of human brain superiority.
54.
▲
by
timeattack
7y ago
Most often case is when you forget to type sudo before command. This implementation propose to re-type executable name in all-caps (or type it in all-caps beforehand). More efficient approach is to use keybinding like Ctrl+T to prepend sudo
55.
▲
Ask HN: Do you have problems with Bluetooth on Linux?
3 points
by
timeattack
7y ago
|
1 comments
56.
▲
by
timeattack
7y ago
Twitter-driven economy.
57.
▲
by
timeattack
7y ago
This is perfect example of a insight which leads to a rabbit hole of intertwined complexity of our concepts when you try to understand why regexp for validating regexp is actually much simpler than regexp for validating email address.
58.
▲
by
timeattack
7y ago
Nothing really interesting. It just following python script encoded in binary mapped to utf-8 characters: song=b'<truncated>' class PlaysoundException(Exception): pass def _playsoundWin(sound, block = Tru
59.
▲
by
timeattack
7y ago
https://github.com/seletskiy/carcosa
60.
▲
by
timeattack
8y ago
I do own XPS 13 9360 and there are number of issues: - coil whine under load; - poor heat sink, under little load i7 goes to 100C and CPU throttling kicks in; - sometimes 'w' button seems to be 'stuck' in pressed state e
More ›