HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fake-name

no profile record

comments

fake-name
·há 4 meses·discuss
> false reports.

Are you sure they're false?
fake-name
·há 5 meses·discuss
The paper has plenty of pictures. You do have to click through to the PDF.
fake-name
·há 5 meses·discuss
I'm confused.

> The simplest case: no transaction, just a SELECT and an UPDATE with a barrier between them:

There is no context where you do not have a transaction. Postgres requires them.

It's likely that the library the author is using is doing automatic implicit transactions, but it seems like the author needs to understand their tools a bit better.
fake-name
·há 5 meses·discuss
You don't even need an AI.

This is such a core misunderstanding that Asimov seems to have, and it kind of kills his entire analysis for me.

The assumption is that only some small fraction of a fraction of the people who could be surveilled at any time are being surveilled.

The crux of the thing is that everyone COULD be under surveillance at any time, so in effect everyone must behave as if they are being observed because they do not know they are not.
fake-name
·há 5 meses·discuss
[flagged]
fake-name
·há 6 meses·discuss
If you read the article, the OP points out that static analysis for this platform is not supported in Ghidra.

Also, reading between the lines, I think it's safe to assume the author did dump the flash.

> Using the strings command on the firmware dump reveals a lot of interesting details about the webserver itself, but nothing obvious hints us to the password.
fake-name
·há 9 meses·discuss
Maybe include the next part?

It goes:

> We shall not search for embryo great artists, painters, musicians. Nor will we cherish even the humbler ambition to raise up from among them lawyers, doctors, preachers, politicians, statesmen, of whom we now have ample supply. We are to follow the admonitions of the good apostle, who said, ''Mind not high things, but condescend to men of low degree." And generally, with respect to these high things, all that we shall try to do is just to create presently about these country homes an atmosphere and conditions such, that, if by chance a child of genius should spring up from the soil, that genius will surely bud and not be blighted.

It's almost like you're using a deliberately malicious selective quote that completely changes what the author is trying to say.
fake-name
·há 9 meses·discuss
Author is a quack. There is deliberate mis-quoting in the article that completely warps the source material.

From their quoted section:

> We shall not try to make these people or any of their children into philosophers or men of learning or of science. We are not to raise up from among them authors, orators, poets, or men of letters. We shall not search for embr}-o great artists, painters, musicians. Nor will we cherish even the humbler ambition to raise up from among them lawyers, doctors, preachers, politicians, statesmen, of whom we now have ample supply.

And then the removed section, which effectively negates the (facial) point of the previous statement:

> We are to follow the admonitions of the good apostle, who said, ''Mind not high things, but condescend to men of low degree." And generally, with respect to these high things, all that we shall try to do is just to create presently about these country homes an atmosphere and conditions such, that, if by chance a child of genius should spring up from the soil, that genius will surely bud and not be blighted.

This is a really, REALLY common quote (with the latter part deliberately omitted) in lots of places complaining about the way the US education system works, as well as antigovernment movement people.

I certainly will not claim the US education system isn't broken, but using such a deliberate, malicious out-of-context quote casts a pall over anything else the author has to say, particularly given it's long, storied history in antigovernment propaganda.
fake-name
·há 10 meses·discuss
They do!

Basically anything that consumes solar power incorporates what's called a "MPPT", or maximum power point tracker.

Basically, it's a smart DC-DC converter that continually tracks the voltage/current output of a solar panel and adjusts the load to extract the maximum available power from the panel.

It's not uncommon to have issues with extremely high panel voltages in snowy climates, when they're first illuminated in the morning. If you are close to the maximum voltage your MPPT charger can handle in normal circumstances, extreme cold can even damage things during the initial morning transient. You then have to do oddball things like use a crowbar system to prevent blowing up your MPPT system.

(see https://en.wikipedia.org/wiki/Maximum_power_point_tracking )
fake-name
·há 10 meses·discuss
A.K.A. "The UK's stupid legislation is going to prevent anyone from using non-locally-hosted services, let's try to get in on the ground floor and have a position like amazon in the US."
fake-name
·há 4 anos·discuss
Odin Homepage: https://odin-lang.org/ (I was curious)

I can't see this being generally successful unless it can interoperate with existing C code without much effort. Update: It appears it can: https://odin-lang.org/docs/overview/#foreign-system

It apparently targets LLVM.
fake-name
·há 7 anos·discuss
I read almost exclusively on a x86 device: A Windows Tablet.

This is almost entirely because Windows 8 has the best touch-screen browser available on any platform: Internet Explorer Metro Edition (from a UX perspective, the actual browser internals are horrible). I've also written all my own server-side componentry[1].

1: https://github.com/fake-name/ReadableWebProxy
fake-name
·há 9 anos·discuss
Another reason to not use speedtest.net is they use compressible data for their tests.

DOCSIS has some support for stream compression, so you'll often get highly unrealistic results.

On the other hand, basically all internet content is sent over the wire already compressed, so any stream compression doesn't help with it at all.

I've had speedtest.net overrate my connection by 2-3 times it's actual throughput.
fake-name
·há 10 anos·discuss
Oh wow, it's the guy behind calibre! Cool!

Plz plz plz make a windows build. I use cygwin for so much, and a more performant terminal option would be amazing.