Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rkv
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
rkv
2y ago
There is no way that I can explain better than this: https://lwn.net/Articles/689856/
2.
▲
by
rkv
4y ago
They create a policy to prevent the use of Windows laptops but they are unable to create a policy to enforce purchasing the correct Operating System?
3.
▲
by
rkv
4y ago
Comparing Windows and macOS to Linux is moot and we should stop doing it. Linux has always been and will continue to be an ecosystem driven by various communities, and expecting everyone to agree on the same standards is silly. The sooner w
4.
▲
by
rkv
5y ago
Samsung support is atrocious. Had a similar issue with my S9 phone where the power button suddenly got jammed and couldn't be released. They sent it back with the exact same reasoning: "Caused by physical damage". Well yeah,
5.
▲
by
rkv
6y ago
Out of curiosity, what config changes did you use on apache?
6.
▲
by
rkv
6y ago
> They shouldn't consist of everyone telling everyone else what they're working on. It's a common habit people fall into when transitioning to scrum. An experienced scrum master should never let this happen though.
7.
▲
by
rkv
6y ago
Something separate (ie. custom code). You can use "Inspect Element" in your browser to confirm.
8.
▲
by
rkv
6y ago
https://www.blopeur.com/2020/04/08/Intel-x86-patent-never-en...
9.
▲
by
rkv
7y ago
> No support for null strings? Check Why would you ever want this? Gives me Java nightmares.
10.
▲
by
rkv
7y ago
Do you have statistics? My perception is the opposite.
11.
▲
by
rkv
7y ago
Enjoyed the user namespace section. Looking forward to the `mount` and `net` namespace sections and how they are used in docker.
12.
▲
by
rkv
9y ago
Nice and simple. I tend to use a wrapper around BSD tree.h and SQLite for persistence. Longer insert/update times but quick access and you get the SQL language and tools for free.
13.
▲
by
rkv
9y ago
Out of the loop when it comes to the latest processor technology. How does this chip maintain the same TDP as a 6850K but with 4 more core? Same size (lithography), roughly the same freq, memory size/types.
14.
▲
by
rkv
9y ago
Works OK for small teams. If a user forgets to close the database then other team members are only able to open it as read-only. My biggest gripe is that you don't know who is holding the write lock. We work around this by using a sett
15.
▲
by
rkv
9y ago
Sorry, I'm not asking about current Debian. In your previous comment you mention that the symbol packages are not new. I'm wondering how people have been creating them on Debian 8.
16.
▲
by
rkv
9y ago
> Knowing of projects that require it, and specifically which parts, or that are already using the static libdpkg library are very valuable, so that those parts can be improved. What would be the best way of contributing this sort of inf
17.
▲
by
rkv
9y ago
Did not know that, thank you. Do you know happen to know how it is done? When I pull the debian tarball for nginx (which has a -dbg package with symbol files) I see: > dh_strip --dbg-package=nginx-$(*)-dbg Which is the exact same command
18.
▲
by
rkv
9y ago
HEADLINE: Stabilize dpkg C library (libdpkg) DESCRIPTION: Any plans to go ahead and stabilize the dpkg library for buster? Having access to a stable package management library is essential in our software. Ie. being able to verify package s
19.
▲
by
rkv
9y ago
One of my favorite changes: > If you use debhelper/9.20151219 or newer in Debian, it will generate debug symbol packages (as <package>-dbgsym) for you with no additional changes to your source package. These packages are not a
20.
▲
by
rkv
9y ago
Very funny concept. Especially liked the catapult[1]. 1. https://jsfiddle.net/w1mvkjjj/
21.
▲
by
rkv
9y ago
Since the very beginning of online banking I've wanted two things: IP whitelisting and a master switch to enable/disable withdrawals. I've settled for 2FA but even top banks in Canada are still not offering it. I work in secu
22.
▲
by
rkv
9y ago
After integrating protobufs in my application for messaging I decided to use a separate schema for storing the current state of the program. Ie. When state changes, the protobuf is updated and written to disk. When the program restarts, th
23.
▲
by
rkv
9y ago
Would be nice if the "Notes" section referenced the matching table entry. Example: >Send root password by email Yes No[1] No >Notes: >1. DigitalOcean sends you the passwords only if you don’t use SSH keys, in plain text.
24.
▲
by
rkv
9y ago
Can you give me an example where an array would be more beneficial than having another table with {id, name}? I personally have never found a use for them.
25.
▲
by
rkv
9y ago
Try jsdom[1]? It returns a valid window object and stubs out events to allow DOM manipulation (amongst other things). 1. https://github.com/tmpvar/jsdom
26.
▲
by
rkv
9y ago
OT: Does anyone know how to get an open-source kernel module signed by RedHat and be included in the CentOS kernel? Do they have a form/contact for this sort of request?
27.
▲
by
rkv
9y ago
I don't use any extensions. On idle, with only a terminal open it jumps from 3% to 26% CPU. I'm under the impression that it has to do with my hardware since I've tried various CentOS and Fedora versions and the issue persist
28.
▲
by
rkv
9y ago
"gnome-shell memory" returns pages of forum posts and bugzilla tickets of people sharing the same issue; and most are left unsolved. But that doesn't excuse me from contributing my specs and trying to help the community. Than
29.
▲
by
rkv
9y ago
I've tried running newer CentOS and Fedora GNOME environments but they always feel so much slower than Xfce or unity. When I open ps it shows gnome-shell constantly using 10% cpu and 20-30% memory. Opening menus and switching desktops
30.
▲
by
rkv
10y ago
Our team uses LiquidPlanner but it requires a lot of training and workshops to start using it right. Devs within the team struggle with the initial learning curve so we integrated Bugzilla and it works really well. The biggest feature we re
More ›