I tried the same user, and it worked for me just now. Thanks for working on this project!
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


Improved hardware capabilities used to come very quickly (see Moore’s Law and Dennard Scaling). However that trend is basically over, so getting higher performance hardware takes a lot of effort to make hardware specialized for certain tasks. That’s why you see there inference accelerators like Groq, SambaNova, Cerebrus, etc. However this is hardware that still is gonna go into data centers. Something innovative has to happen on the AI side for commercial-grade models to be runnable on consumer hardware.
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?
Wow, I really don’t like the character redesigns. “StarFox characters… but in real life” seems a bit uninspired. I think the rest of the visuals look great though.
If you are talking about the Fennec browser (i.e. Firefox on android), this link is not pointing to that.


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.


You got a source for that last sentence? I’m inclined to degree, but I’d love to see a a concrete explanation proving it.


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.


I don’t really see how what you detailed in your summary connects to your thesis. How are things like more registers and less cycles for branches related to using RISC over CISC? It reads more like the microarchitecture of the MIPS is better rather than the approach of the ISA.


The IEEE standard actually does not dictate a rounding policy


I guess your battery isn’t overheating?


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.
Or you coukd just use Arch without installing an AUR helper?