HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Beltiras

no profile record

comments

Beltiras
·há 21 dias·discuss
You apparently understand less than me. The little I do understand is that CORS is protection for a site's user, not the site.
Beltiras
·há 21 dias·discuss
Every ad GET is doing a lot of things that violate that edict.
Beltiras
·há 21 dias·discuss
I don't understand it. And I'm a web developer. I don't understand the documentation, I don't understand the problem it's trying to solve and I don't understand how it's going about a solution of any problem. The closest I've come to an understanding is that it's meaningless make-work for a ledger of http calls that are not giving any security.
Beltiras
·há 7 meses·discuss
I've had my hair on fire because my app code shit the bed. I've never ever (throughout 15 years of using it in everything I do) had to even think about Postgres, and yes, I always set it up self-hosted. The only concern I've had is when I had to do migrations where I had to upgrade PG to fit with upgrades in the ORM database layer. Made for some interesting stepping-stone upgrades once in a while but mostly just careful sysadmining.
Beltiras
·há 7 meses·discuss
Hard scifi that goes from 1997 to beyond the heat death of the universe.
Beltiras
·há 4 anos·discuss
I usually have a VM for Win stuff so I don't have to reboot my computer. Especially for the use case of 15 minutes of building with MSVC.
Beltiras
·há 7 anos·discuss
I'm speaking within the framework of what is sensible, given the science. If you want the trip to have more lasting effect then according to the research you should have someone guiding you along. It kinda makes sense too. You can spend a trip looking at butterflies and admiring them taking with you from the experience a certain wonder for the beauty of nature. It might even help you with your depression somewhat but will not substitute professional guidance that will help you confront what is an underlying psychological issue actually causing the depression.
Beltiras
·há 7 anos·discuss
No regulatory body watching the production is one thing. You are buying from criminals. I'm all-in on the legalization of all drugs if only for the consumer protections it would introduce. Then there's the issue of harm-reduction for those that truly have a dependency/addiction problem AND generally freedom for freedoms sake.

The psilocybin treatment is also reported as way more effective when administered as part of therapy. You are supposed to trip under the guidance of a professional.
Beltiras
·há 7 anos·discuss
I can't edit anymore but I was wrong. According to Wikipedia [1] Bitcoin is regulated both as a security and a currency, taxed as if it were property.

[1] https://en.wikipedia.org/wiki/Legality_of_bitcoin_by_country...
Beltiras
·há 7 anos·discuss
Bitcoin isn't (can't be?) regulated.
Beltiras
·há 9 anos·discuss
Buyer was pissed. Really pissed.
Beltiras
·há 9 anos·discuss
Interesting metric actually. Building Windows takes 12 hours [1]. It's a bit harder to find metrics on Linux. You can build the kernel in 60 seconds apparently [2] but that is not a complete operating system.

[1] https://stackoverflow.com/questions/226377/operating-system-... [2] http://www.phoronix.com/scan.php?page=news_item&px=MTAyNjU
Beltiras
·há 10 anos·discuss
I wrote a CMS for a large newspaper where I deployed new code on almost a daily basis using Django(uWSGI)-redis-PostgreSQL-Celery. 4 developers were active at the time. Requirements were not set in stone, we tested tons of stuff out and iterated every aspect of the site both on the development and operations side. Django was never the problem during those 18 months.

Django is like any other framework/language. Bad programmers can make a hash of it with ill-conceived ideas.