Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pushpop
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
pushpop
7y ago
I’m surprised. They were massive names in the OS scene until recently. Their lineage can be traced back to Solaris and share many of the cool technologies that Sun developers pioneered. So much so that for the first few years of SmartOS, Li
2.
▲
by
pushpop
7y ago
I have nothing against buying cases but let’s be honest, if the answer to a genuine solvable hardware problem is to buy more hardware then you have to sympathise with those who complain about the insanity of the current market.
3.
▲
by
pushpop
7y ago
I think the name is genius (baring in mind it is a personal project and not intended for production use).
4.
▲
by
pushpop
7y ago
KDE 4 was released in 2008 and has been stable and consistent for more than a decade. That predates Windows 7. So in the same time KDE has been consistent you’ve had had the migration from XP or Vista to Win7. Then Windows 8 and now Window
5.
▲
by
pushpop
7y ago
Sorry, my previous comment was really unhelpful. What I meant was you should be using pipes and apaches own log rotate code. Read the “Logging Using Pipes” section at the very end. https://www.digitalocean.com/community/
6.
▲
by
pushpop
7y ago
If you don’t change the inode then no restart should be required. There’s definitely a few tools out there that solve this problem without needing to restart httpd.
7.
▲
by
pushpop
7y ago
That’s news to me. I’ve been managing Apache hosts for well over a decade and never had an issue. Used apache 1.3, 2.2 and 2.4. What’s your log rotation code look like?
8.
▲
by
pushpop
7y ago
Thank you For additional reference, it seems to be alternating sections starting below the fold (man I hate that phrase)
9.
▲
by
pushpop
7y ago
If the authors are reading this: The home page has some weird width issues going on for me where content starts somewhere off the left of the screen and ends somewhere off the other end. To compound the issue, I cannot scroll to the left. D
10.
▲
by
pushpop
7y ago
The problem is you need a boat load of additional code to cover unset. Not just in SQL (syntax is different for NULL than it is for comparing any other type) but often also in your importing language too (eg some languages will cast NULL to
11.
▲
by
pushpop
7y ago
I’d go further than you and say they should be removed by default on all fields. Want to know if a Boolean field is unset? Well it’s no longer Boolean because you now have 3 states for that field. So why not use a char, U/Y/N wi
12.
▲
by
pushpop
7y ago
> You can move freely among EU countries, not just Schengen countries. Kind of. There are passport checks and you have no automatic right to work (which is what the GP was discussing). So in practice no you can’t. > and it's t
13.
▲
by
pushpop
7y ago
You can move freely amongst counties in the Schengen Area, which is a subset of EU counties (which itself is a subset of European counties). > The free movement of persons is a fundamental right guaranteed by the EU to its citizens. It
14.
▲
by
pushpop
7y ago
In theory, yes. But there are a few caveats to that: 1. CERN wouldn’t have been able to patent anything too generalised because there was prior art (Gopher) 2. Thus if the patent was too expensive developers would have just used a similar t
15.
▲
by
pushpop
7y ago
Without wanting to sound dismissive to the massive contribution Tim Berners-Lee, and CERN as a whole, has made to IT; we’d probably have ended up with the same user experience we have today but with Gopher as the base tech. Or maybe somethi
16.
▲
by
pushpop
7y ago
> Monty Python is specifically mentioned in the Jargon File: That just reinforces that things were named after Monty Python rather than Monty Python creating the tech! > We're just going to have to agree to disagree here. You
17.
▲
by
pushpop
7y ago
As I said elsewhere when that argument was made; it’s a very tenuous connection. Things named after him isn’t the same as things he was directly involved in. I love Monty Python but it’s disingenuous to claim they they’re any more “on topic
18.
▲
by
pushpop
7y ago
Nar, I’m familiar with bcrypt. I was just getting bcrypt mixed up with scrypt. Doh. Even so, that’s still not a good enough reason to -rep without feedback.
19.
▲
by
pushpop
7y ago
That’s tenuous at best. The reason it was “relevant” is simply because there’s more Monty Python fans on here than basketball fans. Which is fine if we’re talking purely about +votes but it doesn’t justify flagging a submission.
20.
▲
by
pushpop
7y ago
Peer moderation is abused on this site and it’s getting steadily worse. I’m on the verge of giving up on HN entirely, just like many of my other professionals I personally know already have done. Ultimately it will be HNs loss because the q
21.
▲
by
pushpop
7y ago
I learned this technique when I worked on the blue team of a cyber security firm. It’s not about sending your passwords in clear text to your RDBMS. You’d still use bcrypt like you normally would but instead of querying the password table d
22.
▲
by
pushpop
7y ago
Ahhh awesome. The game stuff sounds interesting too.
23.
▲
by
pushpop
7y ago
Anyone care to elaborate how this post is wrong? Hint: it isn’t. But I’ve been penalised for it all the same
24.
▲
by
pushpop
7y ago
Re salt, presumably you’re storing that bcrypt as a hashed string though? Re TCP connections, I was thinking HTTP proxies. Sounds like this isn’t HTTP traffic though so that’s not an issue. Also why was my previous comment negative karma’ed
25.
▲
by
pushpop
7y ago
Another thing to bare in mind, for those who are rolling their own, is how you caress those passwords from the DB. The common approach is a simple DB SQL select. But that then means if your web server gets exploited an attacker can dump the
26.
▲
by
pushpop
7y ago
Do you use a salt? Also how do you determine what is the same connection and what mechanisms do you have in place to prevent someone stealing that session?
27.
▲
by
pushpop
7y ago
I love the update. That has to be one of the funniest and most creative posts on here I’ve seen in a while. Good work
28.
▲
by
pushpop
7y ago
Those two points aren’t mutually inclusive. Go is productive in specific ways. Other languages are productive in other specific ways. That’s why we have different programming languages solving different problems. So if someone says they lik
29.
▲
by
pushpop
7y ago
You can just download the go tarball and go from there. Technically you don’t need to install Go, you don’t need environmental variables set etc. But I do get your point. You are absolutely right that go doesn’t hand hold you through that p
30.
▲
by
pushpop
7y ago
...or you could just show a little respect for other people’s experience and opinions ;)
More ›