HackerTrans
TopNewTrendsCommentsPastAskShowJobs

roberto

no profile record

comments

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

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