HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ilyt

no profile record

comments

ilyt
·3년 전·discuss
> What's a page?

80x25

> I set all my terminals to 22x23.

You are a very silly man and silliness should not be catered for.

> Will --help run a few quick ioctls to calculate screen size?

Your terminal can wrap text around just fine. If it can't, ask for refund.
ilyt
·3년 전·discuss
Parallel was born way before docker and modern CI practices. Having one script that did it all was more of a benefit before those become commonplace
ilyt
·3년 전·discuss
>Of course, but HN does tend to have a lot more patience for scrappy startups

Look what parent company of HN does
ilyt
·3년 전·discuss
I kinda want to submit patch to GNU Parallel that changes "Hall of Shame" to "Hall of Heroes".

But yeah, if guy wants to have the name of the app mentioned there is a BSD license for that I thin...
ilyt
·3년 전·discuss
Niche hobbies are not that easy to find local groups for.
ilyt
·3년 전·discuss
>I pretty like the idea of a superset of JSON that supports (1) comments, (2) trailing commas, (3) unquoted properties, (4) optional {} for the root object, (5) multi-line strings, (6) number separator.

You're 90% way there to YAML.

And YAML 1.2 cleaned up most of the annoying YAML edgecases too
ilyt
·3년 전·discuss
They could if you parsed it into syntax tree wit some methods to access keys instead of parsing into native struct. I think I saw YAML parser doing it...
ilyt
·3년 전·discuss
I swear every time I find answer on discourse it's near-always useless...
ilyt
·3년 전·discuss
I think it is purely a technology problem. Discord software is good and for text/voice chat nothing really compares to the ease of use, features and ecosystem around it.
ilyt
·3년 전·discuss
> 90% of everything is crap. In the case of chat, I think that's more like 99.9% of everything is crap.

Right but with 90% of everything crap you moved the 10% of good things into closed (for search results) system.

> If Twitter died tomorrow (not as unlikely as it was 6 months ago) then we'd still have a decent archive of the good tweets. All we'd lose is all the dross. The same is true for other platforms; the good stuff gets cross-posted and preserved.

Tweets are searchable and you can't archive.org discord chat easily. Terrible comparison and it is not same for other platforms.
ilyt
·3년 전·discuss
> The engineers in Turkey probably didn't value performance and efficiency

Uh, no. It was corruption. They were standards, that worked, but people didn't do it, plain and simple.
ilyt
·3년 전·discuss
Eh, that heavily depends on language and dataset you're working with. I've seen "simple" data with some fat thing like RoR on top of it having 10x the latency of the underlying database after all the ORMing.
ilyt
·3년 전·discuss
> But overall, I think you overestimate how much time you spend loading the website and how much time it's just sitting there, mostly idle.

reading the website is productive. Waiting on it to load is not.

I'd rather have app burn a whole core whole time if it cut 1s off load time when clicking something.
ilyt
·3년 전·discuss
> Look, most modern software is spending 99.9% of the time waiting for user input, and 0.1% of the time actually calculating something. If you're writing a AAA video game, or high performance calculation software then sure, go crazy, get those improvements.

CPU meter when clicking anything on "modern" webpage proves that's a lie.

Also, sure, even if "clicking on things" is maybe 1-5% vs "looking at things" THAT'S THE CRITICAL PATH.

Once the app rendered a view obviously it is not doing much but user is also not waiting on anyting and is "being productive", parsing whatever is displayed.

The critical path, the wasted time is the time app takes to render stuff and "but 99% of the time is not doing it" is irrelevant.
ilyt
·3년 전·discuss
> The thing you can't emulate is the phosphorus coating. It simply looks different because light isn't coming from a backlight, but the front display is actually shining.

I did said OLED not LCD precisely because of that
ilyt
·3년 전·discuss
I wonder about that, might be that having specialized display controller on say OLED display could've been enough ?

You could then have the controller artifically drive it line by line instead refreshing whole screen
ilyt
·3년 전·discuss
Well, check in a year when alternatives will have both userbase and time to develop.
ilyt
·3년 전·discuss
There is a myth that software developers are good with computers but that's mostly not the case, hence heavy mac/windows usage, harder to break than someone with linux machine and root.

Also Ubuntu kinda breaks more for normal users.
ilyt
·3년 전·discuss
I'm more interested how docker achieves 150Mbit, that's dog slow
ilyt
·3년 전·discuss
I mean, the corporate is paying you for that time either way so that's their loss really