

Or you coukd just use Arch without installing an AUR helper?


Or you coukd just use Arch without installing an AUR helper?
I tried the same user, and it worked for me just now. Thanks for working on this project!
Just fyi, I tried one your instance. Searched a user, clicked a result, and got an error.
Error
./app.lua:134: attempt to concatenate field 'username' (a nil value)
Traceback
stack traceback:
./app.lua:134: in function 'handler'
...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:185: in function 'resolve'
...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:216: in function <...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:214>
[C]: in function 'xpcall'
...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:214: in function 'dispatch'
/apps/kittygram/lua_modules/share/lua/5.1/lapis/nginx.lua:231: in function 'serve'
content_by_lua(nginx.conf.compiled:92):2: in main chunk
In vim you can make some changes to a file, close vim, and then reopen the files, and then undo your changes, i.e. your undo history persists across sessions.
I use helix part-time but am forced to go back to neovim a majority of the time for a few reasons:
If 1 and 2 got fixed, I’d be a full time helix user
Depends on the nature of the project. Is it a pure software project or is it a physical device + platform? Is anything implemented yet?


B and C are already taken. Didn’t check A


It’s also the basis for a popular hardwaregeneration language, chisel. No clue why they chose it


I don’t think engineers need encouragement to be cynical. More often engineers need to lighten up.


Biggest con of KDE + Krohnkite (to me) is no text-based config. I really have no desire to pour through the GUI to set up all my keybinds. I’ve tried this setup before, and honestly I mostly like it. However anytime I want to change something I just hate having to click through a menu with my mouse. The search bar helps, but often you’ll spend a lot of time guessing what the devs decided to name a setting. I went back to Sway and have no regrets. Though I’ll admit I wish there was something that was basically Sway with the benefits you mentioned here.


OK, but not everyone produces technical debt at the same rate and not everyone takes responsibility for what they produce, so the point is still relevant.


The IEEE standard actually does not dictate a rounding policy


The amount of CPU time compiling code is usually negligible compared to CPU time at runtime. Your comparison only really works if you are comparing against something like Rust, where less bugs are introduced due to certain guarantees by the language.
Regarding “language constructs” it really depends on what you mean. For example using numpy in python is kind of cheating because numpy is implemented in C. However using something like the algorithm libraries in Rust woulf be considered fair game since they are likely written in Rust itself.


And technically you can still do that, but it’s super laggy. Playing a game through X11 forwarding would be horrendous
kitty. The ssh kitten is enough reason to use it. I work ob a lot of different systems that require OTP. Using the ssh kitten I can type the OTP once and can spawn new terminals that ssh and cd to the remote direvtory without logging in again. Obviosly the tabs and window panes are are a must too. There’s tons of other useful features that I like, like using hints to select nunbers, filenames, urls, etc in the terminal output.


Not sure I understand your comment on multithreading. pthreads are not very hard to use, and you have stuff like OpenMP if you want some abstraction. What about C is not ideal for multithreading?


Every time I’ve looked into it, most advice I’ve gotten was that it’s not a good idea.


Thanks for the details! I have done MPI work in the past, so I was curious how an MPI implementation and iceoryx2 might be similar/different regarding local IPC transfers. It’d be interesting to do a detailed review of the two to see if they can benefit from each other.


Can you explain on a high level how iceoryx2 is able to achieve low latency? Is it as simple as using shared memory or are there other tricks in the background? Are there different transfer methods depending on the payload size?
It’s very popular in scientific computing