HN user

bigfoot

660 karma
Posts33
Comments33
View on HN
github.com 6y ago

The German Corona Warning App in Open Source

bigfoot
1pts0
github.com 11y ago

RAMpage: Downtime-free Memtest86+ Memory Tests While Running Linux

bigfoot
6pts0
cheese.blartwendo.com 13y ago

Web 2.1 Technology Demonstrator

bigfoot
1pts0
en.ilovecoffee.jp 13y ago

What's actually inside your daily cup of coffee (video)

bigfoot
3pts0
blog.dokucode.de 13y ago

Diffie-Hellman Dating

bigfoot
3pts0
arxiv.org 13y ago

Physics Paper of the week: Collective Motion of Moshers at Heavy Metal Concerts

bigfoot
2pts1
cms.web.cern.ch 14y ago

CERN: Observation of a New Particle with a Mass of 125 GeV

bigfoot
3pts0
www.onemorelevel.com 14y ago

Scale of the Universe

bigfoot
6pts0
wiki.qemu.org 14y ago

QEMU 1.0 released

bigfoot
111pts19
wiki.crypto.rub.de 14y ago

Cryptography university lecture video recordings

bigfoot
2pts0
git.gnome.org 14y ago

GParted: core features lost due to parted's "improvements" in v3.0

bigfoot
78pts41
www.boost.org 15y ago

Boost 1.47.0 released

bigfoot
1pts0
streetview1982.com 15y ago

Street View New York 1982

bigfoot
47pts10
blog.makezine.com 15y ago

Radio-controlled flying super hero

bigfoot
2pts1
www.aspectc.org 15y ago

AspectC++ (Aspect-Oriented Programming for C++) v1.0 released

bigfoot
1pts0
cryptome.org 15y ago

Fukushima Daiichi Nuclear Plant Hi-Res Photos

bigfoot
24pts2
tug.org 15y ago

Interview with David Fuchs, co-author of TeX in its earliest days (2007)

bigfoot
2pts0
www.osnews.com 15y ago

Rtcwake: Auto-Wake Linux From Suspend/Hibernate

bigfoot
1pts0
lkml.org 15y ago

Greg KH: Linux stable kernel release procedure changes

bigfoot
33pts3
scientopia.org 15y ago

Fractals Without A Computer

bigfoot
94pts14
notch.tumblr.com 15y ago

Minecraft: Halloween Update is out

bigfoot
2pts0
www.drdobbs.com 15y ago

C++ Compilation Speed

bigfoot
2pts1
labs.adobe.com 15y ago

Flash Player "Square" p2: Security enhancements, debugger feature

bigfoot
1pts0
www.meow.org.uk 15y ago

An aalib-based X server (2005)

bigfoot
1pts0
www.gamedev.net 15y ago

A Collection of Examples of 64-bit Errors in Real (C/C++) Programs

bigfoot
2pts0
www.walkernews.net 16y ago

How to create Linux LVM in 3 minutes (2007)

bigfoot
1pts0
www.youtube.com 16y ago

SimCity Player Spends 3 years on optimal city design

bigfoot
121pts87
i.imgur.com 16y ago

The Trustworthiness of Beards

bigfoot
3pts0
www.swisseduc.ch 16y ago

Impressive Eyjafjallajökull eruption photos from April 16th

bigfoot
3pts1
kerneltrap.org 16y ago

Linux: Removing The Big Kernel Lock

bigfoot
5pts0

The saddest part of this story is that Netflix/Amazon/younameit will continue to ignore and block Linux users as the niche market they are -- even if a future Firefox or Chrome version comes with the new standardized DRM everyone asked for. Lose/lose situation.

Given that a NSA dev team was well aware that the spyware would be discovered and disassembled at some point in time, it was reasonable to intentionally leave behind evidence that points to countries other than the US. I'm not saying that's what happened, but I'd not take the cricket references too serious either.

Archaic and impractical. Example: Instead of using Linux' pragmatic approach to function prototypes:

"In function prototypes, include parameter names with their data types. Although this is not required by the C language, it is preferred in Linux because it is a simple way to add valuable information for the reader."

OpenBSD enforces this:

"Prototypes should not have variable names associated with the types; i.e., void function(int); not: void function(int a);"

Instead of letting the code tell the parameters' purposes, this now has to be deduced from informal descriptions, or the function definition in some .c file.

GCC Explorer 14 years ago

Nice. Please add more GCC versions (3.x and 4.0 through 4.3?) and the most recent clang/clang++ releases! Direct pastebin-style links would also be great.

You're being overly pessimistic on the percentage of Europeans speaking English (though not necessarily as their native language). This language has worked as a common means to communicate for a long time and definitely won't leave this web site end up being "UK/US centric".

Why C Is Obsolete 15 years ago

With that argument you could invalidate any high-level language construct. They're all just "specialized syntax" of classic idioms in Assembly.

Why C Is Obsolete 15 years ago

I agree on Bjarne's opinion here -- it would be nice if C and C++ had merged at some point.

Unfortunately, the reason why this hasn't happened is inherent: C++ is so utterly complex (the C++11 standard contains more than 1300 pages of highly compressed language legalese) that especially in the embedded systems domain many vendors just don't have the time and resources to build a C++ compiler. And being caught in this vicious circle, embedded developers still aren't (and probably won't be for still quite some time) accustomed to programming at higher abstraction levels than what C offers. This also allows myths like C++ being too inefficient for embedded systems programming to live on in industry.

For stationary setups, this is for the first time a real win for touchscreens in comparison to a conventional screen plus a pointing device (mouse, trackball, you name it). I'm really curious what they'll make out of this.

Because the only thing I knew up to now was: a) libparted moved to v3.0 and removed lots of filesystem specific code, and b) as a consequence, gparted cannot deal with lots of filesystems anymore since v0.9.0 (when linked to libparted 3.0).

These are the facts available to me, I wasn't trying to bait anyone. I found it of common interest that in a year or so, when these parted/gparted versions arrive in the major distributions, you won't be able to do certain things with GParted you used to do, like resizing a FAT32 partition.

It's probably a good idea to concentrate maintenance efforts on fewer kernel trees. There should probably be some kind of synchronization going on, i.e. declaring a new "stable" kernel when there are enough major Linux distros currently basing on it.