HackerTrans
TopNewTrendsCommentsPastAskShowJobs

roberto

no profile record

comments

roberto
·4 jaar geleden·discuss
I've only wanted to add that I'm curious too
roberto
·4 jaar geleden·discuss
roberto
·4 jaar geleden·discuss
This looks great! Clear docs and rationale, and the syntax is well thought. I'm definitely following this.
roberto
·5 jaar geleden·discuss
Yes, if not you can vote here: https://news.ycombinator.com/item?id=29937305
roberto
·5 jaar geleden·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
·5 jaar geleden·discuss
"Femto (symbol f) is a unit prefix in the metric system denoting a factor of 10−15"
roberto
·5 jaar geleden·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
·5 jaar geleden·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
·5 jaar geleden·discuss
Right, because those are our only options...
roberto
·5 jaar geleden·discuss
NNCP (http://www.nncpgo.org/) can be helpful here as well, in conjunction with the SQLite session extension.
roberto
·5 jaar geleden·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
·5 jaar geleden·discuss
They're not? You're free to not use Sourcehut.
roberto
·5 jaar geleden·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
·5 jaar geleden·discuss
- Einstein was a pretty successful physicist.

- Well, I wouldn't say that... what else did he do other than relativity?
roberto
·5 jaar geleden·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
·5 jaar geleden·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
·5 jaar geleden·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
·5 jaar geleden·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
·5 jaar geleden·discuss
They list ULID and 15 other implementations in the document.
roberto
·5 jaar geleden·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`.