HackerTrans
TopNewTrendsCommentsPastAskShowJobs

roberto

no profile record

comments

roberto
·hace 4 años·discuss
I've only wanted to add that I'm curious too
roberto
·hace 4 años·discuss
roberto
·hace 4 años·discuss
This looks great! Clear docs and rationale, and the syntax is well thought. I'm definitely following this.
roberto
·hace 5 años·discuss
Yes, if not you can vote here: https://news.ycombinator.com/item?id=29937305
roberto
·hace 5 años·discuss
^ all of the above

I really love my job. I believe in the product (it's open source), coworkers are great, management and leadership are excellent. Compensation is competitive, and I enjoy the problems I'm solving. I have no plans nor reason to leave.
roberto
·hace 5 años·discuss
"Femto (symbol f) is a unit prefix in the metric system denoting a factor of 10−15"
roberto
·hace 5 años·discuss
First, you don't know if they were married, of what their vows were.

Second, you have no idea what they've gone through, no understanding of their pain. If you have nothing constructive to say, no empathy, just shut up.
roberto
·hace 5 años·discuss
YouTube premium, to watch videos without ads. As a bonus you get Google's music streaming (YouTube Music) for free.

Hoppy.network, so I can give the Raspberry Pi running in my closet a real IPv4 address.

Monthly donations to Ardour.org, my favorite DAW.
roberto
·hace 5 años·discuss
Right, because those are our only options...
roberto
·hace 5 años·discuss
NNCP (http://www.nncpgo.org/) can be helpful here as well, in conjunction with the SQLite session extension.
roberto
·hace 5 años·discuss
There are some starter sample kits that you can download for free, eg https://www.samplephonics.com/products/free/wav/hand-picked-.... Should have a little bit of everything.
roberto
·hace 5 años·discuss
They're not? You're free to not use Sourcehut.
roberto
·hace 5 años·discuss
This is how I understand it:

For every 3 consecutive numbers, one of them is a multiple of 3. If a number has 2 prime neighbors there's 100% chance it's divisible by 3. Without prime neighbors, only 33%.

For 3 consecutive numbers there's a 75% chance one of them is a multiple of 4. The number with 2 prime neighbors has then a 75% chance of being divisible by 4. A number without prime neighbors has only 25%.

For 5, it's 60% vs 20%.

So on average we expect the numbers with prime neighbors to be more composite.
roberto
·hace 5 años·discuss
- Einstein was a pretty successful physicist.

- Well, I wouldn't say that... what else did he do other than relativity?
roberto
·hace 5 años·discuss
You really think building one of the biggest companies in the world, with billions of users, is just one success?

Building a company with 1000 users is a success. A million is another success. A billion is hundreds of successes.
roberto
·hace 5 años·discuss
> If a person had to identify the luminous intensity of a visual stimulus to within a factor of 2^(1/12)

Without a unit this affirmation makes no sense.
roberto
·hace 5 años·discuss
I use https://hoppy.network/ for a static IP via WireGuard for $8/month. And https://mailinabox.email/ has made email administration super simple.
roberto
·hace 5 años·discuss
Why JSON? I don't see any benefits in storing `format.txt` as JSON (specially in a file with the txt extension). It just makes editing harder.

This would be better, IMHO:

    csvddfVersion: 1.2
    delimiter: ";"
    doubleQuote: true
    lineTerminator: "\r\n"
    quoteChar: "\""
    skipInitialSpace: true
    header: true
    commentChar: "#"
roberto
·hace 5 años·discuss
They list ULID and 15 other implementations in the document.
roberto
·hace 5 años·discuss
If you define the virtual table would you even need to do the `INSERT`? Just query the virtual table instead of inserting into `t` and querying `t`.