HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tricked

no profile record

Submissions

Solidtime: Modern open-source time-tracking app

github.com
2 points·by tricked·há 8 meses·0 comments

comments

tricked
·há 5 meses·discuss
Altdrag doesn't work with scaling and is missing some other nice to haves, The Altsnap fork of it fixes this. Its one of the first things i install.
tricked
·há 5 meses·discuss
This is really neat, i wonder if this could be made into a typst plugin now so that you can create mermaid code blocks that turn into diagrams when rendered. The original mermaid can't be added to typst sadly but i bet this could.
tricked
·há 10 meses·discuss
they actually don't want futo grants anymore

> FUTO made a $40k donation to GrapheneOS supposedly with no strings attached. They ended up being unhappy with us not making content with them and promoting them.

https://x.com/GrapheneOS/status/1854611673711353902
tricked
·há 2 anos·discuss
my redmi note 9 has a small icon with a unlocked lock in the top middle on boot not much compared to a pixel though.
tricked
·há 2 anos·discuss
This seems like the perfect use-case for DwarFS : "DwarFS is a read-only file system with a focus on achieving very high compression ratios in particular for very redundant data."

https://github.com/mhx/dwarfs
tricked
·há 2 anos·discuss
PineTime doesn't seem to have that many sensors i'm guessing the author wanted more sensors than just a Accelerometer and Heart rate sensor
tricked
·há 2 anos·discuss
sadly you can only install grapheneos on pixels due to the strong security requirement grapheneos requires on devices for them to support it (like relocking the bootloader with a third party os installed) seems like xperia is supported by divestos though which is still a good alternative https://eylenburg.github.io/android_comparison.htm https://divestos.org/pages/devices
tricked
·há 2 anos·discuss
you can also store the videos on plain r2 you just have to do a bit more manual work but its cheaper
tricked
·há 2 anos·discuss
I checked the go.mod and it seems to be importing a module named pebble by cockroachdb i assume that's where everything is stored

https://github.com/cockroachdb/pebble
tricked
·há 2 anos·discuss
NextDNS does support creating a profile, you can just install that and it does the dns configs for you etc that method seemed to work fairly well for me.
tricked
·há 2 anos·discuss
The test gcode in the repository adds almost 5mb to the crate size you might want to consider excluding[1] them

https://doc.rust-lang.org/cargo/reference/manifest.html#the-...
tricked
·há 2 anos·discuss
i did almost the exact same thing except i wanted the client to enforce the same logic as the server would without having to do api request on every action or having 2 implementations so i just compiled the library code to wasm and that way both the server and the client share the same logic
tricked
·há 2 anos·discuss
Looks well thought out i like that for the most part this seems faster/easier than rolling your own sql query mapping etc compared to the other solutions I've come across in rust
tricked
·há 2 anos·discuss
Minestom is not based on Kotlin, im guessing they went with a kotlin template instead. Minestom is a server implementation that doesn't use any Mojang code and by default doesn't do much for you but provides the utilities to add the things yourself.
tricked
·há 2 anos·discuss
If you use the android app you got to do it via the app ui instead of the web ui, the app ui will ask for permissions to a folder if you select it.
tricked
·há 2 anos·discuss
User secrets are a very nice feature especially cause you can give the secret store a name and use it across different projects
tricked
·há 2 anos·discuss
Do you mean timezones? if so it shouldn't be that hard to detect if there's no timezone and add it with your own code.
tricked
·há 2 anos·discuss
would not say learning resources but the esp-idf-hal repo has a bunch of good examples on how to do specific things, it was pretty easy for me to use, although i had some prior rust knowledge https://github.com/esp-rs/esp-idf-hal/tree/master/examples
tricked
·há 2 anos·discuss
Websockets don't support headers per spec, discord gets around this by using a query paramater though.
tricked
·há 2 anos·discuss
fyi docker works perfectly fine in wsl on Ubuntu and other distro using the standard installation method on Linux, no docker desktop needed.