Readit News logoReadit News
BookHeretykow commented on Why Dark didn't choose Rust   blog.darklang.com/why-dar... · Posted by u/pimterry
rat9988 · 5 years ago
> because they don't understand memory management. How is memory going to be managed in Dark? If it's GC'd, how is that implemented?

That's one more thing you can afford to not understand and still be productive.

BookHeretykow · 5 years ago
I've seen memory leaks because of optimization and other stupid excuses enough times to know this is not a valid statement. it doesn't matter GC or know. It's minimum to know how to manage your memory.
BookHeretykow commented on NestedText, a nice alternative to JSON, YAML, TOML   nestedtext.org... · Posted by u/nestedtext
tmd83 · 5 years ago
I have very little understanding of JSON, so why would this happen?
BookHeretykow · 5 years ago
JavaScript is using double as a number. There's no such thing like integer or floating point numbers per se, only so called Number.

Described issue is not problem of a JSON but engine which parsed it and language which stands behind the parser. Any config format will eventually have same result and same issue.

So forcing programmer to parse every single piece of data for sake of "it's his responsibility" is not a case here.

I also disagree this is in any way programmer responsibility to create standardized way of creating parser for everything. This format gives you nothing but indentation so you are forced to create documentation for everything field, what type it's and what kind of values it takes. Lots of extra work for nothing when you have any other format.

BookHeretykow commented on Google resumes its attack on the URL bar, hides full addresses on Chrome 86   androidpolice.com/2020/08... · Posted by u/atriix
crazypython · 5 years ago
People think the screen is the computer.

People think Google is the web.

People think the search engine is the browser.

BookHeretykow · 5 years ago
More or less this is true. I encountered even web devs who thought it was unimaginable to change browser. Because extensions, because differences in css and so on. IE8 PTSD. For common user largest tragedy is lost of opened tabs. I seen this over and over again. So many people think there's no such thing like bookmarks and they keep their tabs open until OS crush or something.
BookHeretykow commented on The entire Mozilla MDN team is laid off   twitter.com/i/web/status/... · Posted by u/ausjke
akmittal · 5 years ago
Google, Microsoft and Samsung earlier committed to collaborate on MDN, so Google, Microsoft, Samsung and anyone else as MDN is publically editable.
BookHeretykow · 5 years ago
Are you sure this will be standard documentation? Or Google Chrome Spyware documentation? Become MS and Google both are using same thing with different names
BookHeretykow commented on The entire Mozilla MDN team is laid off   twitter.com/i/web/status/... · Posted by u/ausjke
x0 · 5 years ago
Back to w3schools then I guess :/
BookHeretykow · 5 years ago
In a way I prefer to read source code of Chrome and Firefox than using W3 "documentation". Only if day had 72 hours and I didn't have a child I honestly would consider it seriously
BookHeretykow commented on Mac keyboard shortcuts   support.apple.com/en-us/H... · Posted by u/tosh
xhrpost · 5 years ago
A bit of a rant, but could be worth getting some input. Coming from mostly a Windows background, it feels like Mac's despite all these shortcuts, still don't have "alt-tab" working properly. The equivalent on Mac is Command-tab, but it doesn't work when going from a desktop app (ie, not maximized) to a maximized window. I can go the other direction just fine, and between maximized windows, but choosing a max window from a desktop app just does nothing.

Am I using it "wrong"? Should I only use maxed windows or only desktop un-maxed windows and not both at the same time? I've googled this multiple times and found little help.

BookHeretykow · 5 years ago
The thing is, this is not full screen maximize. Mac like most Unix systems (Linux included) can create multiple virtual screens. What this means you have does windows on different screen from your computer point of view.

This is something what you may or may not know as Workspace from Windows or KDE but on steroids.

How virtual screens are handled by the OS is different story. As a user of ungodly discussing i3 tailing manager I can only say, problems you described I personally consider as terrible design and putting look over functionality.

Basically this looks like OS X do care only for current screen if it's full screen or for any screen if it's not. What's inconsistent (terrible UX) and hard to use (also terrible UX).

BookHeretykow commented on Small mail server best current practices   bridge.grumpy-troll.org/2... · Posted by u/ebcase
foxcpp · 5 years ago
I believe a server wriiten in a memory safe language greatly reduces the risk of running such setup. To the point where it is an acceptable trade-off to get simpler maintenance.

Depending on how many targeted attacks you get in a day, you may pull apart the monlithic server and run inbound processing, filtering, IMAP access and outbound queueing as separate processes or even on separate systems.

(Probably i should put a better wording on https://foxcpp.dev/maddy/faq/)

BookHeretykow · 5 years ago
You sir, created in me hope for mail server in Rust. But this is just a Go Lang
BookHeretykow commented on Montreal is taxing churches (2017)   montreal.ctvnews.ca/mobil... · Posted by u/seesawtron
HPsquared · 5 years ago
Well... The government has managers, KPIs, prime real estate etc as well - is it a business too?
BookHeretykow · 5 years ago
Actually yes. Why government should have prime real estate? Why government officials should not pay taxes? Because it's government? Honestly, this is just a job. This is just a building that serve some purpose. This is kinda business which provides you something in exchange of mandatory subscription ️
BookHeretykow commented on Rob Pike interview   evrone.com/rob-pike-inter... · Posted by u/Evrone
seph-reed · 5 years ago
I love Rust like I love Dark Souls.

It's difficult, but fair. I can not praise enough the software developers that realize proper errors are vastly superior to extensive docs.

BookHeretykow · 5 years ago
Fine taste in language and games

u/BookHeretykow

KarmaCake day-1August 7, 2019View Original