Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
timemachine
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
timemachine
4y ago
If you work for a company that has cybersecurity insurance, they ask, point-blank, if all employee desktops have antivirus before they quote your premium. You just have to use it. It’s not a subject for religious dogma.
2.
▲
by
timemachine
4y ago
This looks interesting. Is it MacOS only? And how does it behave with tools like tmux or ssh?
3.
▲
by
timemachine
4y ago
In the US the America On-Line (AOL) internet service provider mass mailed 3.5 floppy disks to households. This was a boon for all my classmates when I attended a vocational school that required us to submit assignments on disk. I would remi
4.
▲
by
timemachine
4y ago
Making some assumptions about what you mean by "business logic application backend." Taking it to mean the business logic layer in an application stack that sits between the presentation layer and the data access layer. This style
5.
▲
by
timemachine
4y ago
GNU Debugger allows for prefixing some commands with `r` to run in reverse mode. Examples are [c]ontinue => [rc] and [s]tep => [rs].
6.
▲
by
timemachine
4y ago
I’m not happy that this change has happened; however, since learning about how the BOOTSEL mode works under the hood I’ve been expecting news like this from one of the big two OS vendors. While a sleek looking use case on the surface, mount
7.
▲
by
timemachine
4y ago
https://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
8.
▲
by
timemachine
4y ago
Nice effort on an interesting topic. However, the book could use a better technical review. For example the first recipe will not work as expected with out a multi-column unique index (specifically the MySql example). I feel that the preexi
9.
▲
by
timemachine
4y ago
Memory lane. As a web dev from when this was the fad, many of these buttons are very recognizable
10.
▲
by
timemachine
4y ago
Can you provide a link to the source, please?
11.
▲
by
timemachine
4y ago
An enjoyable waste of 45 minutes. A+
12.
▲
by
timemachine
5y ago
I took the meaning as: Array processing can cause hidden bugs (like GOTO). The bugs are usually introduced when the size of the array changes while processing. Also ‘find’ing and ‘filter’ing arrays is more error prone (like not properly han
13.
▲
by
timemachine
5y ago
Thanks for sharing. Date math is my kryptonite.
14.
▲
by
timemachine
5y ago
This sounds so much more difficult and costly than have qualified managers.
15.
▲
by
timemachine
5y ago
I’ve been reading Dave Farley’s new book, “Modern Software Engineering” He has a few rants related to GitFlow vs Trunk development. Many of his points agree with OP in that merging is a big pain point in GitFlow. I’ve both used strategies o
16.
▲
by
timemachine
5y ago
Kitchenaid direct-drive stand mixer. I have one from the 1950s that has been used multiple times a week since it was bought new by my grandmother. The dough hook, whisk, and other attachments secure in place with machined fittings so there
17.
▲
by
timemachine
5y ago
Agree. The device is made of long lasting parts. Easy to repair if needed and parts for even the oldest models are still available.
18.
▲
by
timemachine
5y ago
The real WTF: restructured text.
19.
▲
by
timemachine
5y ago
Conspicuous consumption.
20.
▲
by
timemachine
5y ago
This is any over generalization based on you personal experiences/beliefs. There are many Americans in the Appalachian area of the United States that care more about where their power comes from than where their food comes from or cont
21.
▲
by
timemachine
5y ago
I don’t think that a magazine has the power to ban or set global policy on anything. They do have the ability (or perhaps the responsibility, as a free press) to to research, describe, and suggest alternatives to “every pleasurable activity
22.
▲
by
timemachine
5y ago
I generally like the economist but this article is poor. The topic of deforestation is only whispered in at the end, almost a footnote. However, burning the Amazon for farmland to produce beef in Brazil should be part of the headline.
23.
▲
by
timemachine
5y ago
OBS is great software that needs more recognition as a powerful open source alternative. My user story is: I’m a hobbyist user that likes to record game matches for personal review (analysis of my strategy/mistakes for self improvement
24.
▲
by
timemachine
5y ago
Memories. Thanks for the post.
25.
▲
by
timemachine
5y ago
This is great. Borland Object Pascal was the second language I learned in school (after Quick Basic). Along with my classmates I cobbled together a poor clone of a Might and Magic style game. It was our instructor’s way of teaching us to co
26.
▲
by
timemachine
6y ago
`curl -o- https://example.com/install-harmless-utility.sh | sh`
27.
▲
by
timemachine
6y ago
The whole idea of me reviewing software before I install it breaks when I can’t easily install it from the source I reviewed. This reminds me of why GitHub should create it’s own App Store (yup, I’m gonna beat this drum): I can navigate the
28.
▲
by
timemachine
6y ago
This feature caught my attention too; can’t wait till I can get my hands on a unit for testing.
29.
▲
by
timemachine
6y ago
This style of rebuttal article has me too jaded to focus on the topic and see behind the hegemonic politics. I would have ignored the post and not commented except that the referenced R. Martin article is the same style of immediate referen
30.
▲
A Code Review of the Axios JavaScript package
(ctrl-c.club)
3 points
by
timemachine
6y ago
|
0 comments
More ›