Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aninteger
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
151.
▲
by
aninteger
7y ago
100% agree with you. I really think adding a source file to your build tool of choice (Make, CMake, Visual Studio project) is a basic fundamental skill that a C or C++ developer should know.
152.
▲
by
aninteger
7y ago
There are some sites that don't work well in Firefox, like Cisco's WebEx. The web client will disconnect and reconnect causing everyone to constantly hear a disconnect and entry beep when your audio cuts out. On Chromium there is
153.
▲
by
aninteger
7y ago
I like the user interface. It was built on xclass (a FVWM95 like UI toolkit). They ported it to Windows by emulating the xlib portions using gdk 1.3.
154.
▲
by
aninteger
7y ago
> it's like FVWM95, only from this century. I wonder how you'd feel about Trinity Desktop Environment? I feel like Trinity and Lxqt are in the same space when it comes to system requirements.
155.
▲
by
aninteger
7y ago
OpenBSD does (2 releases every year, approximately 6 months apart).
156.
▲
Postpone the Switch to Wayland in Debian Buster
(salsa.debian.org)
3 points
by
aninteger
7y ago
|
0 comments
157.
▲
by
aninteger
7y ago
It's not too hard. Just write a simple wrapper around FormatMessage: DWORD errorCode = GetLastError(); DWORD dwFlg = FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS; LPTSTR lpMsgB
158.
▲
by
aninteger
7y ago
CMake is the modern build tool everyone seems to love, but regular old GNU/BSD Makefile is fine too. As for a package manager it seems like people are converging on Conan or vcpkg (I have no real metrics, just basing that statement on
159.
▲
by
aninteger
8y ago
It's Nvidia, so you have to decide whether you want to give ANY money at all to a company that ships binary blobs or not (whether or not this individual product uses them). I'm sure there are product teams at Nvidia that ship &quo
160.
▲
by
aninteger
8y ago
The biggest problem with public housing and low income housing is that they become unsafe (at least in Los Angeles). Many of these places are not safe enough to walk around at night. Is it really any surprise that people don't want are
161.
▲
by
aninteger
8y ago
I am interested but not enough to pay over $1000. I actually hope that some (well all) of this code makes it to the computer history museum.
162.
▲
by
aninteger
8y ago
Thankfully Netscape decided to release the source code for "Mozilla" before this acquisition took place.
163.
▲
by
aninteger
8y ago
And cockroaches.
164.
▲
by
aninteger
8y ago
A diverse CPU collection. For a while we had some good alternatives to Intel x86. Alpha, Sparc, Motorola 68k, PowerPC, MIPS. Now we just have 32 and 64 variants of x86 and ARM. I guess powerpc is technically not dead yet (which is good!) a
165.
▲
by
aninteger
8y ago
It's coming to SMS and probably other "chat systems" too. It's quite easy to build a robocall system on top of Twilio now and they offer much more than just calls.
166.
▲
by
aninteger
8y ago
Could it also be that a lot more of the applications are written and compiled to the native machine versus the overhead of a VM (even if that is JIT). I'd guess Minecraft pocket edition would perform similar on both systems.
167.
▲
by
aninteger
8y ago
How to write using X in both languages: Python: https://github.com/python-xlib/python-xlib Node.js: https://github.com/sidorares/node-x11
168.
▲
by
aninteger
8y ago
Replace LA with Seattle.
169.
▲
by
aninteger
8y ago
Bonus points for doing this while going down. Taking public transportation as part of my daily commute involves a lot of stair climbing and descending. I always find it fascinating to watch the people who rush from bus to train platform and
170.
▲
Playstation2 java
(mikekohn.net)
3 points
by
aninteger
8y ago
|
1 comments
171.
▲
by
aninteger
8y ago
Slack might not have an on-prem option now but if they are buying HipChat they will have one soon. Yes it is possible they will remove it but they may go the other way and make some parts of slack available to on-prem as the two products me
172.
▲
by
aninteger
8y ago
Yep, Dwayne "The Rock" Johnson is also obese based on BMI numbers alone.
173.
▲
by
aninteger
8y ago
This is very sad. The last thing someone wants is a tired, exhausted driver driving them around.
174.
▲
by
aninteger
8y ago
This is probably due to the fact that PostgreSQL (libpq) has an "async" interfere built in and MySQL/MariaDB don't. These benchmarks are running very basic queries that perform well on either MySQL or PostgreSQL.
175.
▲
by
aninteger
8y ago
Yes, exactly. I'd love to see some examples of a CRUD based API built on top of h2o. At least this appears to be possible with one of the higher performers (cppcms).
176.
▲
by
aninteger
8y ago
They were ok laptops. They had a lot of issues with ACPI prompting at least this patch: https://bugzilla.kernel.org/show_bug.cgi?id=14679 It's sad because Toshiba was credited on the ACPI specification documents so how
177.
▲
by
aninteger
8y ago
Beautiful code is simple maintainable code. In C this is a simple as: #include <stdio.h> int main(void) { puts("42"); return 0; }
178.
▲
by
aninteger
9y ago
Isn't this just the way Win32 programs were written? Each window could have a routine that received messages like WM_PAINT, WM_SIZE, etc.
179.
▲
by
aninteger
9y ago
If I leave my door unlocked can I really blame <bad person> for opening my door and robbing me? Why dont I invest in door locks? The US should really look into a more security focused infrastructure. This year the bad guy is Russia, b
180.
▲
by
aninteger
9y ago
$103k-$134k sounds very market rate to me... Maybe not for the San Francisco Bay Area but for areas outside of that it seems fine.
More ›