Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
linedash
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
linedash
3y ago
'evil'. Enough with the hyperbole.
2.
▲
by
linedash
4y ago
You're giving me flashbacks to the stupid amount of time it took for me to identify a coil whine issue on my motherboard that gets worse when the CPU is in power saving mode. I 'worked around' the issue for the longest time b
3.
▲
by
linedash
4y ago
fwiw - I follow a number of car YT channels that do giveaways (cleetus mcfarland, etc). They've always mentioned the no purchase required aspect and have a third party company who handle the draw, etc.
4.
▲
by
linedash
4y ago
I've found the biggest issue with this is that people forget they've deployed it. It just gets left there until it's sufficiently out of date that a security issue pops up. https://www.cvedetails.com/vulnerab
5.
▲
by
linedash
4y ago
The story used pictures from DALL-E2 so I suspect that they were referring to the platform as a whole.
6.
▲
by
linedash
4y ago
Or you know; you could have a healthier work life balance whilst getting that same level of work done in the 32 hours.
7.
▲
by
linedash
5y ago
Its dark souls in skyrim
8.
▲
by
linedash
5y ago
There are some great remote work opportunities these days. It might be worth starting to look at other European countries who are hiring. Take Ireland for example. You're not going to be making US level money but I'd say you cou
9.
▲
by
linedash
5y ago
Shared hoster here. More likely the app arbitrarily decided 'these versions of PHP are EOL', where the reality is that they're being maintained by a number of OS vendors. Too many customers run really old versions of code th
10.
▲
by
linedash
5y ago
wp-supercache - it's been taken over by automaticc themselves these days, which is an added bonus.
11.
▲
by
linedash
5y ago
Caching is a must on WordPress. The first distributed password bruteforce (of which there will be many) will drive the load on your server into 3 digits in short notice otherwise. Source: hoster
12.
▲
by
linedash
8y ago
What; you meaning zoning?
13.
▲
by
linedash
8y ago
Don't forget the recent seven additions to meltdown/spectre. It'll be interesting to see if the latest round of hardware protections help there.
14.
▲
by
linedash
8y ago
https://www.storagereview.com/ was always my first stop for in-depth reviews of disks
15.
▲
by
linedash
8y ago
My arch linux using co-worker is currently awaiting delivery of one of these: https://ergodox-ez.com/collections/frontpage
16.
▲
by
linedash
8y ago
fyi you should be able to use tcpdump -l instead of calling stdbuf.
17.
▲
by
linedash
8y ago
No; it turned out that bad studies produce not very useful statistics. Others in this thread have already indicated why this study doesn't help with much. Unfortunately it will just give the anti-fluoride crowd ammunition.
18.
▲
by
linedash
8y ago
So you trust the govt to do right by you. What about the next govt? What if UKIP got in power? Honestly I think this information is actually too dangerous for anyone to have - companies or govts. I'd like to see this kind of level o
19.
▲
by
linedash
8y ago
So the govt has my data instead of Facebook? No thank you - that's vastly worse.
20.
▲
by
linedash
8y ago
Yes; the bit that manages the process accounting and the other bit for writing the log files... Personally I consider two processes and 40MB of ram to be negligible for the benefits it brings. You can indeed use it as a standalone top witho
21.
▲
by
linedash
8y ago
atop is best top. One of the few bits of software I evangelise. Writes to replayable binary logfile with 10 minute system-state snapshots and uses process accounting to ensure it see's every process during that time. Gives more metric
22.
▲
by
linedash
9y ago
Not to mention the webhooks. It's trivial to implement pushing data into slack. They even give you a hello world sample curl when you opt to add the webhook. At the simplest you can just replace the hello world text and bam -- you&#x
23.
▲
by
linedash
9y ago
The main issue I've had is with the awful documentation. They give a good chunk of examples - but I was unable to easily locate a simple listing of all the different ways of referencing things. For a tool like this; quality documentat
24.
▲
by
linedash
9y ago
Use of grep -v equiv is wrong and dirty. Instead should be: $ [data is generated] | awk '!/something/'