Viewing profile — molsson
molsson
HN member- Joined
- Sat, Dec 28, 2013, 3:16 PM UTC
- HN karma
- 385
- Public activity
- 53 items
- HN profile
- View on Hacker News ↗
About molsson
No profile information was provided.
Recent public activity
-
comment
Comment #49202093
5 hours going now and the entire thing is still completely down. This level of incompetence and their total disrespect for their customers is unbelievable.
-
comment
Comment #45172708
I maintain a package on npm with >1M weekly downloads. I also got the same phishing e-mail, although I didn't click it.. here are the e-mail headers in the phishing e-mail I got: R…
-
comment
Comment #44416175
I guess this is the 1yr sharpe plotted over time, ie the sharpe at date X considers the stddev within the previous 365 days etc? Many brokers only show 1yr sharpe or perhaps 3yr sh…
-
comment
Comment #41831158
process.stdout._handle.setBlocking(true) ...is a bit brutal but works. Draining the stream before exiting also kind of works but there are cases where drain will just permanently b…
-
comment
Comment #31578763
Hmm, why did you build it as a desktop app in 2022? Seems like a no brainer to have this in the cloud so that you can seamlessly process huge files and integrate with various third…
-
comment
Comment #26886941
It would be nice if the web somehow filtered out links that one had decided to not pay for.
-
comment
Comment #25430048
We used a similar approach when we pushed to get -Werror enabled in a large C++ code base I worked on years ago.
-
comment
Comment #24688009
It's a beauty. Why buy a finished product when you can quickly put something like this together ?
-
comment
Comment #24494049
Dead birds? Clearly, the Earth's magnetic field must be reversing!!11 https://www.imdb.com/title/tt0298814/
-
comment
Comment #23757940
I hate when you browse through 10-15 websites and for all of them you quickly click the "Accept" button in the bottom banner to get rid of the irritating cookie banners. And then s…
-
comment
Comment #23667347
The name wren is already used by: https://projectwren.com/
-
comment
Comment #20450807
I recently migrated a small side project from MySQL to PostgreSQL. I wrote a short blog post about how I did the migration, issues I ran into etc: http://blog.minimum.se/2019/07/09…
-
comment
Comment #20412792
Very impressive!
-
comment
Comment #20406786
Wow, Stripe is having a really shitty day.
-
comment
Comment #20314257
I agree. Some more info here for those interested: https://wiki.postgresql.org/wiki/A_Guide_to_CVE-2018-1058:_P...
-
comment
Comment #20268401
I agree, especially some info on production installation on Linux would be really nice. For example, is it better to install the "postgres" ubuntu distro package, or is it better t…
-
comment
Comment #20268009
The OWASP Postgres hardening page recommends that one removes the default "public" schema in postgres: https://www.owasp.org/index.php/OWASP_Backend_Security_Proje... ...whereas th…
-
comment
Comment #20267959
The free "teaser video" starts off showing "actor_id serial NOT NULL" but in postgres 10 and above identity columns can/should be used instead? https://wiki.postgresql.org/wiki/Don…
-
comment
Comment #20267937
The content overview doesn't include anything about escaping data to prevent SQL injection (escaping of literals vs escaping of table/field names etc). This is important to get rig…
-
comment
Comment #20267803
It should be really nice to have variable playback speed for the videos.
-
comment
Comment #19761432
Great article!
-
comment
Comment #19608081
Thanks (you can upvote it here if you want: https://news.ycombinator.com/item?id=19605334 ) I've added a mention of Xapian/Xapiand as well now and generated new graphs that include…
-
comment
Comment #19607021
Good point; I've added it now, both to the blog post and to the graph: https://blog.minimum.se/assets/elasticsearch-open-source-com...
-
comment
Comment #19606330
To get a feel for the size of Bleve, checkout this graph that shows commit rates doing into Bleve versus Elasticsearch and Vespa: http://blog.minimum.se/assets/elasticsearch-open-s…
- story