Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pksadiq
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
How AI Is Changing Open Source
(enblog.eischmann.cz)
1 points
by
pksadiq
2mo ago
|
0 comments
2.
▲
How AI Is Changing Open Source
(enblog.eischmann.cz)
6 points
by
pksadiq
2mo ago
|
0 comments
3.
▲
by
pksadiq
2y ago
I wrote a similar tool[0] a few days back because I wanted a bit more accuracy with timestamp (to measure CPU/idle time) and `ts` occasionally had a deviation of several 10ms. If I knew this, and is accurate enough for me, I might not
4.
▲
Multi Key Term: Map different keyboards to different terminals on same screen
(sadiqpk.org)
8 points
by
pksadiq
2y ago
|
1 comments
5.
▲
GNU Emacs DWIM keybindings for C, Python, Rust, and more
(sadiqpk.org)
2 points
by
pksadiq
3y ago
|
0 comments
6.
▲
GNU Emacs DWIM keybindings for C, Python, Rust, and more
(sadiqpk.org)
2 points
by
pksadiq
3y ago
|
0 comments
7.
▲
by
pksadiq
3y ago
This specific change shall excite many as CC BY-SA 4.0 is one way GPLv3 compatible, but CC BY-SA 3.0 is not. Which means that free software developers can now embedded many Wikimedia contents in their GPLv3 applications. This seems not me
8.
▲
by
pksadiq
4y ago
> since the decimal average is -0.5 The C standard says: When integers are divided, the result of the / operator is the algebraic quotient with any fractional part discarded (This is often called ‘‘truncation toward zero’’). So it s
9.
▲
by
pksadiq
4y ago
> x/2 + y/2 + (x & y & 0x01) This returns -1 for x = INT_MIN and y = INT_MAX were the answer should be 0 (for an example). so not a correct solution
10.
▲
by
pksadiq
4y ago
int mid(int x, int y) { return (x/2 + y/2) + (1 & x & y); } would be a more readable solution edit: Actually, this fails on mid(INT_MIN, INT_MAX) and possibly other mixed sign values (returns: -1, expected: 0
11.
▲
Tell HN: How to close your LinkedIn account
2 points
by
pksadiq
4y ago
|
2 comments
12.
▲
by
pksadiq
4y ago
> Programming from the Ground Up > https://download-mirror.savannah.gnu.org/releases/pgubook/Pr... There is an updated version of the book from the author: "Programming Under the Hood" or "Lea
13.
▲
by
pksadiq
5y ago
> Why is this even a thing? Maybe I should just go back to buying everything with cash, it's impossible to keep up with all the crap we need to disable or hack around And some agencies may be more interested in these exclusion datab
14.
▲
Show HN: Map different keyboards to different pseudo terminals
(sadiqpk.org)
2 points
by
pksadiq
6y ago
|
0 comments
15.
▲
by
pksadiq
6y ago
And it's much better when used with gdb-many-windows and speedbar
16.
▲
A Common C/C++ Core Specification [pdf]
(open-std.org)
3 points
by
pksadiq
6y ago
|
2 comments
17.
▲
by
pksadiq
6y ago
Note: GTK+ has been renamed to GTK about a year back[0]. The title may better be updated. [0] https://mail.gnome.org/archives/gtk-devel-list/2019-February...
18.
▲
Corona Safe Network
(coronasafe.network)
1 points
by
pksadiq
6y ago
|
0 comments
19.
▲
by
pksadiq
7y ago
There is a Merge Request to support QR code for hotspot created in GNOME control center: https://gitlab.gnome.org/GNOME/gnome-control-center/merge_re... Hopefully, shall be available in next release
20.
▲
by
pksadiq
7y ago
> What is the probability of something like this appearing in a normal program written by somebody who is unaware of trigraphs? A good compiler (eg: gcc) will warn if any token is interpreted as a trigraph Edit: digraph works a bit diffe
21.
▲
by
pksadiq
7y ago
> The committee chose to adopt memccpy but rejected the remaining proposals. Is that the case? Reading the updated standard draft[0] they also included strdup and strndup. May be they rejected first, then chose to add later. [0] http:&#
22.
▲
Kerala’s monsoon is no longer the same
(timesofindia.indiatimes.com)
1 points
by
pksadiq
7y ago
|
0 comments
23.
▲
Librem 5 July Update
(puri.sm)
57 points
by
pksadiq
7y ago
|
21 comments
24.
▲
by
pksadiq
7y ago
> Ultimately if you're okay with running AGPL code you're okay with running Mattermost. Which means as long as you don't intend to fork it and not share your changes you should be fine. That's not how [LA]GPL works. Y
25.
▲
by
pksadiq
7y ago
The mattermost-server licensing[0] is somewhat skeptic: Mattermost Licensing SOFTWARE LICENSING You are licensed to use compiled versions of the Mattermost platform produced by Mattermost, Inc. under an MIT LICENSE - See MIT-COMPILED-LICENS
26.
▲
The Lost Art of Structure Packing
(catb.org)
2 points
by
pksadiq
7y ago
|
0 comments
27.
▲
by
pksadiq
7y ago
> The code is undefined, but "I don't know." is still the correct answer for what happens to the variable. Well, then a better choice would be "I can't know."
28.
▲
by
pksadiq
7y ago
There are a few problems with the questionnaire. "I don't know" is pretty generic choice to be given/choosen. Say for example, in question 5, the statement "return i++ + ++i;" is undefined, because the value of
29.
▲
by
pksadiq
7y ago
> ... security comes first, whatever else... Really? the feeling of being secure may come first. Think of how much modems/routers/phones or any other embedded device comes with obsolete software pieces with lots of security bu
30.
▲
by
pksadiq
7y ago
I have been following a promising project[0] for quite long. They haven't yet released the product though. [0] https://madresistor.com/box0/
More ›