Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re: Not a good idea (Score 1) 54

Ohhh... They read/write through the standard OS fs-libraries, thereby - as you write - hit that cache as well as their own? Sounds like something they should fix a.s.a.p
. and shouldn't be that hard to implement. Libraries for Direct I/O, or Asynch I/O, bypassing the OS fs, exists almost everywhere nowadays, right?
I was thinking of switching to PostgreSQL, but I understand I need to investigate this a bit further. ðY'

Comment We have them blocked. (Score -1, Troll) 81

Sure, I guess everyone here is rooting for them since they "care so much" about their users privacy. Fine, that may be so.

But we have their whole network blocked at our front end, since we get so many hack-attempts and DoS-attacks from their network.

I've been in contact with Mullvad about this, but they just waved me off expressing that they don't have anything to do with what their customers use their network for. And yeah, I get that. Even so, a network operator that hides and safehouse hackers and other illicit behaviour...well...nah, I'm not that impressed.

If the police was there issuing a search warrant I would guess it was someone really nasty they wanted to find, so, safe harbour for pedophiles? Who knows. Hopefully not, of course. Either way, I think we should think twice before rooting for these kind of companies.

Comment Programmers? (Score 1) 296

I think you're confusing programmers with software engineers/developers/analysts etc. The latter having enough knowledge about IDE:s, programming language syntax, if-then-else logic and frameworks/API:s to glue them all together so they mimic the functionality that someone, somewhere, decided should be done. It's a very complex machine, nowadays, so I'm not saying they're not needed. In fact the opposite is true. They're very much needed, and they need to be truly knowledgeable in their field. But they don't do much programming, at least not in my book. That's why things get bloated. They don't really understand what programming is, and how the CPU works, memory, cache, preemptive multitasking, i/o, etc.

Comment Universal access and direct installation (Score 1) 119

It's like we should build a universal and standardized medium, that everyone has access to, and from there one could install whatever they want directly to their devices....oh, wait.

It's extremely interesting, to me, that this whole "walled garden" - be it Apple, Android or PC - concept has been able to exist for so long. Why do consumers accept it? I don't get it. Well well...

Earth

Renewable Energy Growth Must Speed Up To Meet Paris Goals, Agency Says (theguardian.com) 195

An anonymous reader quotes a report from The Guardian: Renewable electricity production needs to grow eight times faster than the current rate to help limit global heating, according to a report. The International Renewable Energy Agency (Irena) said urgent action was needed to keep pace with rising demand for electricity, which could require a total investment of $131 trillion in renewables by 2050. Francesco La Camera, the director general of Irena, said the "window of opportunity" to achieve the goals of the Paris climate agreement was closing fast. "The recent trends show that the gap between where we are and where we should be is not decreasing but widening. We are heading in the wrong direction," La Camera said. "We need a drastic acceleration of energy transitions to make a meaningful turnaround. Time will be the most important variable to measure our efforts."

The agency's outlook report says keeping a lid on rising temperatures will require electricity to surpass fossil fuels as the dominant source of energy before 2050, as more economies electrify transport and heating to help cut carbon emissions. Clean electricity will also be in high demand to produce "green hydrogen" to burn in heavy industry and manufacturing plants where direct electrification is not possible. The surge in electricity use could mean that electric power will make up just over half of all energy consumed by 2050, compared with 21% in 2018. Fossil fuels have made up almost two-thirds of energy consumption in recent years but may be reduced to 10% by 2050.

Comment Agree (Score 1) 87

Agree with you completely.
(Also started hammering on the C64 during the 80s ;) )

Though might be considered flame bait, I would even go so far as to say that hard typed and / or forced structured languages (i.e Python), and languages with excessive syntax and forced gigasize declarations, tries to solve the problem of bad programmers writing bad code by forcing them to use some coding paradigm (to catch errors during a compile phase), which might seem all good, but instead fosters the idea of them _not_ having to actually think about or learn what is really happening in their code, in the computer, in the CPU/memory. The just copy shit they find online to get the compiler to stop nagging them. So, yes, you get dumber programmers. Dumber code. Bad programs.

I mean, shit, I just had to create a Windows 10 recovery USB stick and needed a 16 GB stick for that. 16 GB! What's up with that?? (Could I fix the erroneous Windows 10 update that put my computer in a reboot-loop? Of course not.)

One might argue that all this compiler-forced hogwash produces better and more stable code/programs. Sure, fine, argue all you want. I just haven't seen it in real life. I hope I'm wrong on this, and that it's just my old brain being too stupid to realize all the fantastic stuff you get with all this new amazing stuff. Still, I sit here in notepad writing "var" instead of "let", and my shit just works - year after year.

Slashdot Top Deals

I attribute my success to intelligence, guts, determination, honesty, ambition, and having enough money to buy people with those qualities.

Working...