Comment An Epic Play Store? (Score 0) 35
Downloading anything from Epic is the last thing I would do.
Downloading anything from Epic is the last thing I would do.
Yeah, we get it: Trump is a troglodyte & a cockwombling ass-hat, but in the grand scheme of things, any president is wonderfully temporary. Congress on the other hand creates spending agencies & budgets that outlast... empires. They need term limited or purged much more frequently in some sort of Roman Colosseum grudge match to the death. Tenured professors should probably face the same fate... up to and including facing every fresh batch of incoming freshmen themselves - no TA's, noone to run interference. That'll either drive them to become ax murderers or they'll have an aneurysm & twitch out - both acceptable outcomes for the shit-hole endowed universities these days.
There are too many low quality participants at all levels of academia, engineering, science, hell, any technical discipline, really - from the professors/executives themselves all the way down to the incoming freshmen/new hires. Maybe, just maybe, better screening & admission standards will result in higher quality professors _and_ students, resulting in fewer 'publish or perish' bullshit papers, less grade inflation, and more accomplishments due to much higher quality talent that isn't perpetually treading water just to keep from drowning in all the stupid of their peers.
It is surprising how often I encounter strings with NULs in the middle. Bytes have 256 different values, and sooner or later someone wants to transmit all 256 values in what was an ascii text-based conversation. HTTP is a good example. The conversation starts as a normal group of strings, until the header says "Content-Length:" and a bunch of binary data follows later.
Another issue in C is that strings are used for both immutable strings and for string buffers. Java makes it clear that string buffer is going to be something that grows, and a string is immutable. This allows optimizations like keeping the string length and maximum buffer size handy when the buffer is being appended too. C does both functions with the ever present char * type, for better and worse.
Yah, Hard to imagine why anyone would want to stick with an Intel Mac at this point.
The M4 lacks a some important security instructions that are in X86 chips. So I have to use my old Intel Mac to compile certain code. The M4 can't do it.
You are heading down the right path.
A book that made things more clear for me is "Non uniform random variate generation" by Luc Devroye (https://www.cs.fsu.edu/~mascagni/Devroye.pdf).
The generation of different distributions can be done algorithmically, but the algorithms get to the core of the processes making the noise. E.G. 1/f noise can be made from summing many exponential decaying functions. Electrons falling in holes in silicon - same thing. So we have 1/f noise in silicon. The type of process determines the type of noise whether quantum electron events or rain or insects chirping.
While noise does emerge from quantum things, it also can emerge from higher level processes.
Claims of perfect randomness from quantum physicists are always wrong.
1) The claims rely on some detector being 50/50 (they never are), always detecting individual events (they often see multiple or none) .
2) Randomness amplification is a subfield of entropy extraction and it cannot give you full entropy (aka perfect randomness).
Home assistant is your friend. There are multiple way of integrating control methods. Someone will write a home assistant integration for the Flipper one sooner or later.
This article was about software developers, what I consider to be a dying field.
What you seem to be describing is the much broader field of being an idiot, which no LLM can truly mask, but it might mitigate and normalize.
If using an LLM for coding is rotting your brain, then you likely were never using your brain, you were simply translating a requirement from one human language into software. That's accounting, not creating, and your brain has been rotting the entire time.
Seriously. Software 'development' is little more than acting as a human requirements compiler, and that ship has sailed. Engineers - of any discipline - applying math & developing algorithms - is an endeavor that takes far more than 'software development'. Developing 'software' is kind of dead - like farming with a stick or a horse. Complain all you want, or hop on the tractor and learn how to use automation to your advantage.
When asked the speed of sound, Albert Einstein said, “[I do not] carry such information in my mind since it is readily available in books. He also said, “The value of a college education is not the learning of many facts but the training of the mind to think.” Are all those years thinking about Java & C++ teaching you to think about the broader problems to be solved, or have you lost sight of the forest for the trees?
If gov genuinely cared about kids, there are a lot of easy actions they could do before this.
Such as?
They could issue all children Social Security Numbers at birth.
How would a US social security number help a UK child bypass age verification checks?
Is it wrong to ask foreign visitors to follow US laws and come here legally? Is that evil or racist?
Not wrong. Naive. You can be right all day and not get the outcome you imagine being right will get you.
So can I come to the US illegally...?
50 million already have.
We need to be dismantling the illegals, not the cameras that are catching them.
And when you succeed, you will find the illegal immigrants were not the cause of society's problems.
Recent result from Penrose showed that a gravitational gradient also collapsed wave functions. So it's not just you. The universe is doing it too.
Never put off till run-time what you can do at compile-time. -- D. Gries