HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tricked

no profile record

Submissions

Solidtime: Modern open-source time-tracking app

github.com
2 points·by tricked·8 bulan yang lalu·0 comments

comments

tricked
·5 bulan yang lalu·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
·5 bulan yang lalu·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
·10 bulan yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·discuss
you can also store the videos on plain r2 you just have to do a bit more manual work but its cheaper
tricked
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·discuss
Websockets don't support headers per spec, discord gets around this by using a query paramater though.
tricked
·2 tahun yang lalu·discuss
fyi docker works perfectly fine in wsl on Ubuntu and other distro using the standard installation method on Linux, no docker desktop needed.