HN user

setra

4,029 karma
Posts462
Comments151
View on HN
unicode.org 7y ago

Unicode 12.0.0 Draft

setra
2pts0
access.redhat.com 7y ago

Redhat 8: Wayland is the default display server

setra
3pts0
lore.kernel.org 7y ago

LKML Greg Kroah-Hartman on ZFS

setra
5pts1
www.scribd.com 7y ago

Anti Reverse Engineering Techniques

setra
8pts0
www.phoronix.com 7y ago

Fedora 31 Will Likely Be Cancelled or Significantly Delayed to Focus on Tooling

setra
15pts0
github.com 7y ago

Asynchronous Ratcheting Tree: Group Messaging with Strong Security Guarantees

setra
86pts4
medium.com 7y ago

Why Angular Made Me Quit Web Dev

setra
43pts23
www.phoronix.com 7y ago

A Time Namespace Has Been Proposed for the Linux Kernel

setra
9pts0
blog.jessfraz.com 7y ago

Two Objects Not Namespaced by the Linux Kernel (2017)

setra
169pts58
github.com 7y ago

X11 Docker: Run GUI applications and desktops in docker. Focus on security

setra
1pts0
raphlinus.github.io 7y ago

Towards GPGPU JSON parsing

setra
2pts0
medium.com 7y ago

Private BitTorrent trackers are markets

setra
2pts0
www.youtube.com 7y ago

A Tour of the Plan9 Acme Editor

setra
17pts4
www.snoyman.com 7y ago

Rust RAII is better than the Haskell bracket pattern

setra
238pts152
hackage.haskell.org 7y ago

Moto: General purpose migrations

setra
2pts0
github.com 7y ago

ImGui: Bloat-Free Immediate Mode GUI for C++ with Minimal Dependencies

setra
3pts1
github.com 7y ago

Cataclysm – Dark Days Ahead. A massive post-apocalyptic roguelike

setra
2pts1
www.gwern.net 7y ago

On Wikipedia: In Defense of Inclusionism

setra
13pts1
chadaustin.me 7y ago

Dropbox Hack Week: GraphQL Server in Haskell

setra
2pts0
coincenter.org 7y ago

Three pro-cryptocurrency bills are being introduced in Congress

setra
2pts0
github.com 7y ago

BasicTV: Decentralized, anonymous, Internet TV system

setra
4pts0
github.com 7y ago

Ytdl-webserver: Webserver for downloading YouTube videos

setra
129pts66
getpolarized.io 7y ago

Polar: A personal knowledge repository for PDF and web content

setra
3pts0
www.nayuki.io 7y ago

Propositional sequent calculus prover

setra
3pts0
perkeep.org 7y ago

Perkeep: personal storage system for life

setra
246pts62
github.com 7y ago

Facebook's Duckling: a Haskell library that parses text into structured data

setra
2pts0
blog.jessfraz.com 8y ago

Docker Containers on the Desktop

setra
4pts0
www.fpcomplete.com 8y ago

Deploying Rust with Docker and Kubernetes

setra
3pts0
cryptid.me 8y ago

Permanent Docker Images on IPFS

setra
1pts0
cryptid.me 8y ago

C++ Embeddable Language Survey

setra
2pts0

TDLR: This is a content addressed data store similar to IPFS (although this project is older). You can configure one of several backends such as local file storage, S3, SSH, etc. It includes an organization system based on tags, and other meta data. You can construct a fuse filesystem representation based on a query. A web UI exists allowing exploration of existing files, uploading, etc.

In this article the author states: "The latter definition is important for developers. It includes things like IP addresses, mobile device IDs, browser fingerprints, RFID tags, MAC addresses, cookies, telemetry, user account IDs, and any other form of system-generated data which identifies a natural person.". This information does NOT automatically qualify as personal data. Information being unique is not the same as personally identifiable. A random cookie sent by the browser is not PII. A cookie stored in conjunction with say an email address could be.

Certain information can be classified as PII if it possible to cross reference it with other stored information to identity a user. For example a European court in a recent ruling stated that a full IP address could be considered PII because an ISP would have a record of IP address and time with a persons name.

A unique random cookie is not PII automatically. It is only PII if it can be associated with something like a name (not limited to a name). Anonymous data with unique identities is not under the consent requirements of the GDPR.

The data collected is probably not fit to be classified as personal data. GDPR does not automatically forbid collection of anything involved with a user otherwise things like page popularity ranking would not be possible. There was a court ruling stating that IP addresses could be considered personal data because an ISP would have a log that associated the IP with a person. As long as the are only collecting things like "what packages are installed", "how powerful is the system", "when did it last update", and anonymize the last section of the IP they should be fine.

A computer can understand that an optimal solution is not always needed. There is nothing about the problem being NP complete that means the computer HAS to find the optimal solution.

To keep this in perspective bitcoin was under $1000 at the start of 2017. It is still a 700% increase since just that recent time.

HN said bitcoin was a bubble when it was at $10. HN said bitcoin was a bubble when it hit $500. HN said bitcoin was a bubble when it hit $4000. HN said bitcoin was a bubble when it hit $10,000.

The issue with knowing something is a bubble is that unless you know when the bubble is going to pop its nearly useless knowledge.

Bitcoin has demonstrated that the end of the bubble is NOT obvious and that there has been plenty of money to be made. My recommendation (what I did) is buy some amount of bitcoin in the off chance that its worth a million dollars in a few years. Because bitcoin is a deflationary system there is at least a good reason to think it will rise in value forever.

This is correct from the unbound theoretical tape perspective. I should have expanded my point you are very correct. If you look in the context of physical realization (finite) a tape that can be written is some form of RAM. Beyond O(1) complexity all of these machines can express each other with different amounts of RAM. Even in the theoretical model an FSM can accept balanced parentheses of finite depth. My FSM point is basically wrong though.

That is gaming the definitions of "states" a bit. Your example has a official finite number of "states" combined with an unbounded tape of extra states while only counting the FSM controlling it. That tape is part of the state, the machine can edit / read the tape in its decision procedure.

Noting this a few more states than a handful are possible. For example my laptop with bitpacking could track the visited or not visited flag for 64000000000 states without even using disk. Tracking a 33 bit FSM.

I agree though that linear bounded Turing machines having a solution for the halting problem is not actually that useful for real computers considering by the time a few registers had been iterated over the sun would have exploded.

Your critique of hypercomputation applies all the same to Turing complete machines. A Turing machine can never be implemented and is a totally theoretical model. At best we can implement a class of machine below called a "Linear bounded Turing machine". For these machines the halting problem is solvable (it can just take a while). You could even implement a linear bounded Turing machine as an FSM it would just take an ungodly number of states.

This was actually written about in project plowshare (peaceful uses of nuclear weapons) and has significantly more info about it than this casual dismissal.

https://babel.hathitrust.org/cgi/pt?id=mdp.39015077324005;vi...

First quote from a meta article: [

The initial idea involved weakening the storms and changing their trajectory — not necessarily destroying them. He theorized America could achieve this by detonating nukes in the air just outside the eye of the storm.

“It seems such a burst would, for at least 15 minutes, greatly influence the horizontals circulation of a hurricane … if a burst were made on one side of a storm or two bursts on opposite sides of a storm, considerable asymmetry in circulation could result,” ]

Second: [ According to Reed, the eye of a hurricane is about 10 degrees warmer than the rest of the storm. “It appears that a megaton explosion in the eye would engulf and entrain a large quantity of this hot ‘eye’ air and carry it out of the storm into the stratosphere.”

Thus heated, the nuked air at the center of the hurricane would rush upwards, pulling the hot air at the center of the storm with it. Then the colder air from the side walls of the hurricane would rush in to fill this gap and slow — or possibly even stop the hurricane. ]

Generally we discard 9/11 from such discussions as it blows death toll comparisons out the window. Going post 9/11 stays both relevant to current times and removes the absolute worst events in both cases (Ok city, and 9/11).

Doing comparisons without these cases we get similar numbers for both factions within some wide margin of error. Looking at this from a per capita perspective though we have Muslim Americans that make up around 1% of the population by my googling having a similar terrorism death toll as the 32% of the population that is right wing white Americans (white Americans being 64% of the population. This would make that faction 32 times more dangerous per capita than the white right wing.

I have only checked the first link however the NYT article from 2015 states

"48 have been killed by extremists who are not Muslim, including the recent mass killing in Charleston, S.C., compared with 26 by self-proclaimed jihadists, according to a count by New America, a Washington research center."

The pulse nightclub shooting alone killed 49 people. That is more than the entirety of the post 9/11 number white supremacist murders up to 2015 with a single event from 2016.