HackerTrans
TopNewTrendsCommentsPastAskShowJobs

blmarket

no profile record

comments

blmarket
·18 วันที่ผ่านมา·discuss
Attack is not just on file format itself. Based on the function signature it's possible for a single decoder to generate infinite bytestream - makes a lot of headache to reader implementation - implementing STRLEN is no longer trivial question.

Either engines should put some limit (e.g. VARCHAR(2000) to enforce length to be limited to 2000, but there are some other engines supporting unlimited BLOBs), or decoder should give a hint what is the maximum length it will yield. Unfortunately current research level project does not have such considerations implemented yet...
blmarket
·19 วันที่ผ่านมา·discuss
I think it's due to calibration - practical work related problems are never that simple & easy so naturally people might start from DP formula.

D[A,B] := number of ways to navigate from grid sized AxB = D[A-1,B]+D[A,B-1]

and the aha moment is realising this is just a binomial coefficient.
blmarket
·26 วันที่ผ่านมา·discuss
Am I the only Korean(or other countries under colonialism) laughing?
blmarket
·เดือนที่แล้ว·discuss
IPO won't lose their ethos. Competition out from their duopoly will.
blmarket
·2 เดือนที่ผ่านมา·discuss
It depends on the net wealth we're discussing. I'm sorry if I touched someone who lives with $1M saving. But should I be sorry for someone with $10M, which might be way more than 30 years of lifetime earnings of p80 population? Wealth tax is obviously targeting the latter.

Having progressive tax rate might be a better way to discuss, instead of blaming whole points.
blmarket
·2 เดือนที่ผ่านมา·discuss
So, if we go with 2% wealth tax(instead of 1%) we can cut income tax offset -20%? Go do it right now.
blmarket
·2 เดือนที่ผ่านมา·discuss
But why wage earners should support you by paying more taxes? Reduce your spending by 33% to keep up.
blmarket
·2 เดือนที่ผ่านมา·discuss
Did you ask whether your friend have a car? I think it's much easier to get the point if the story comes to someone's 10 year old but still okay cars.

e.g. Without proper regulations, your maintenance can become nearly impossible.
blmarket
·2 เดือนที่ผ่านมา·discuss
You should.

If it manages to solve the working solutions - then it's great! why would you waste your time on it?

It it fails - then it's great! you find your value by solving the ticket, which can be a great example where human can still prevail to the AI (joke: AI companies might be interested to buy such examples)

(All assuming that your time cost is pricier than token spending. Totally different story if your wage is less than token cost)
blmarket
·3 เดือนที่ผ่านมา·discuss
Easy solution - use hyperscalers with super expensive API charge only when latency really matters. Otherwise build your own DC. Easy to expect customers don't care latency that much over money.
blmarket
·4 เดือนที่ผ่านมา·discuss
> 99% more efficient every 3 years

It's 2x efficiency. Then I'd take 50% less power instead of ridiculous 99% less power.
blmarket
·5 เดือนที่ผ่านมา·discuss
Some pattern I found from my hobby project.

1. Keep things small and review everything AI written, or 2. Keep things bloated and let AI do whatever it wants within the designated interface.

Initially I drew this line for API service / UI components, but it later expanded to other domains. e.g. For my hobby rust project I try to keep "trait"s to be single responsible, never overlap, easy to understand etc etc. but I never look at AI generated "impl"s as long as it passes some sensible tests and conforming the traits.
blmarket
·8 เดือนที่ผ่านมา·discuss
It's a constraint to process item within limited time (regardless of overproduction or power outage). Matching with the problem description.

Surely the reality might be much more complex (like... the yield/quality drop by time function?)
blmarket
·8 เดือนที่ผ่านมา·discuss
Presto (a.k.a. AWS Athena) might be a faster/better alternative? Also would like to see if 650GB data is available locally.
blmarket
·8 เดือนที่ผ่านมา·discuss
Wait, x86? you mean arm64?