HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DuncanCoffee

75 karmajoined 3 jaar geleden

comments

DuncanCoffee
·eergisteren·discuss
The github cli has a command to query commits with a sorting asc/desc flag

https://cli.github.com/manual/gh_search_commits

here's the docs with more syntax using the "before x date"

https://docs.github.com/en/search-github/searching-on-github...

there's also an advanced search page, but it does not support commits when filtering with dates

https://github.com/search/advanced

or you can bisect the date in the search widget, this is the first day with a commit

https://github.com/malisper/pgrust/commits/main/?since=2026-...

first commit:

https://github.com/malisper/pgrust/commit/22113dc36b02973060...
DuncanCoffee
·3 dagen geleden·discuss
I remember on xda with my Galaxy S Plus i9001 [1], we had:

- dual boot [2]

- Ubuntu touch [3]

- different kernels with various optimizations, overclocking, etc

- an absurd amount of ROMs, aside from CyanogenMod and LineagesOS there was ParanoidAndroid, Carbon, JellyBean, AICP, plus all the ROMs made specifically by users for this phone

- the latest linux kernel, somebody just compiled it for AOSP, I think it was version 3 or 4 against 2, which was the standard for every other phone, it ended up on some tech news website

I think It was a really great modding scene and a lot of people learnt stuff from that. Mainly by bricking their phones and having to fix them.

[1] https://xdaforums.com/f/galaxy-s-plus-i9001-android-developm...

[2] https://xdaforums.com/t/app-kernel-dual-boot-s-plus.2462783

[3] https://xdaforums.com/t/new-test-porting-ubuntu-touch.238260...
DuncanCoffee
·19 dagen geleden·discuss
Wow! Definitely not what I was expecting. If you turn around and look at the door there's a menu with some filters.
DuncanCoffee
·2 maanden geleden·discuss
Pasta is the only thing I don't miss.

I recently found some pasta made with 100% red lentils, rice or peas, which is really good, I can gladly offer it to people.

They cost a premium but the state gives us around 100€ a month to spend, and I don't eat that much gluten free stuff. Pizza on the other hand makes me sad ;(
DuncanCoffee
·2 maanden geleden·discuss
I once read the manual of one of those small floor cleaning robots (Ecovacs Deebot U2 pro), and it basically said that by using it you were giving them a right to take pictures and send them to a remote server (to analyze issues or something like that)
DuncanCoffee
·2 maanden geleden·discuss
Cannot wait for linux phones to be ready... When I switch my current phone I'll check out how the Jolla status is
DuncanCoffee
·3 maanden geleden·discuss
I know it's an anti-pattern, but what is the alternative if you need to install some software? Pulling its tagged source code, gcc and compile everything?
DuncanCoffee
·3 maanden geleden·discuss
I feel strongly about advertising. Long before streaming, my parents used to leave the ads on in between programs, and it always made me mad. I think my ADD comes into play, the idea of voluntarily watching them feels really strange.

I also wonder how the world would change if we made targeted advertising illegal. One can dream...
DuncanCoffee
·4 maanden geleden·discuss
Last week I added to my dolphin toolbar the "Show Hidden Files" button so it was always shown, my only issue was that it was a really long because of its text. "But wait!" I thought, "This is not windows, I'm sure I can change it!". Lo and behold, my button now says "Hidden" and it's as short as I want it, just by editing the normal settings, no mods required.
DuncanCoffee
·5 maanden geleden·discuss
I used minumm keyboard a long time ago and it was actually good, 1-2 cm of keyboard height, sadly I think it's been discontinued long ago, but you can see a couple of screenshots here

http://minuum.com/
DuncanCoffee
·5 maanden geleden·discuss
Nice! Wish the supported rotation was bigger, maybe +- 90 instead of only 90 deg?
DuncanCoffee
·5 maanden geleden·discuss
I installed stylish for Firefox and sometimes use some custom CSS to enlarge the body. I recently did it for chatgpt, on a 32" having the main content filling 1/4 of the display is ridiculous
DuncanCoffee
·6 maanden geleden·discuss
Nice game, I'm going to sink some time on these! Got 86 points today

https://enclose.horse Day 8 PERFECT! 100%
DuncanCoffee
·7 maanden geleden·discuss
Love it, I discovered it last week and bought a supporter pack after two days! Everytime I get stuck I'm 100% sure you made a mistake... Until I find my own mistake
DuncanCoffee
·7 maanden geleden·discuss
Yeah I sign my project APKs so people can install them from the action's artefact

  - name: Retrieve keystore for apk signing
    env:
      KEYSTORE: ${{ secrets.KEYSTORE }}
      run: echo "$KEYSTORE" | base64 --decode > /home/runner/work/keystore.pfk
DuncanCoffee
·8 maanden geleden·discuss
Because when you floss you create more particles
DuncanCoffee
·10 maanden geleden·discuss
It's the game that made me stop using cheats. I was young and discovered cheat codes and used them in every game that made them available. I remember completing Deus Ex and finding it "just ok", but then I read how people talked about it, and realized that taking away the challenge from games was making them worse! Never used one again, aside from when I discovered Cheat Engine, which was amazing for somebody who was starting to get interested in programming.