Readit News logoReadit News
Gepsens commented on I'm dialing back my LLM usage   zed.dev/blog/dialing-back... · Posted by u/sagacity
Gepsens · 2 months ago
Llms are not a magic wand you can wave at anything and get your work cut out for you. What's new ?
Gepsens commented on FireDucks: Pandas but Faster   hwisnu.bearblog.dev/fired... · Posted by u/sebg
Gepsens · 10 months ago
It'll be polars and datafusion for me thanks
Gepsens commented on Building Databases over a Weekend   denormalized.io/blog/buil... · Posted by u/ambrood
Gepsens · 10 months ago
I remember 2 years ago someone proposed adding stream processing in datafusion and PRs followed. But IMO stream processing is an entirely different beast, some people could use the sql engine of df for it though. There are rust projects like Arroyo

Deleted Comment

Gepsens commented on Learn Git Branching   learngitbranching.js.org/... · Posted by u/dsego
Gepsens · a year ago
Sharing a few of my own :

# https://github.com/Igosuki/dotfiles/blob/master/git/.gitconf...

grep = grep -Ii

lalias = "!git config -l | grep alias | cut -c 7-"

done = "!f() { git branch | grep "$1" | cut -c 3- | grep -v done | xargs -I{} git branch -m {} done-{}; }; f"

assumed = "!git ls-files -v | grep ^h | cut -c 3-"

lasttag = describe --tags --abbrev=0

lt = describe --tags --abbrev=0

dr = "!f() { git diff "$1"^.."$1"; }; f"

lc = "!f() { git ll "$1"^.."$1"; }; f"

diffr = "!f() { git diff "$1"^.."$1"; }; f"

lb = " !f() { git branch -a | more; }; f"

cp = cherry-pick

st = status -s

cl = clone

ci = commit

br = branch

diff = diff --work-diff

dc = diff --cached

r = reset

r1 = reset HEAD^

r2 = reset HEAD^^

rh = reset --hard

rh1 = reset --hard HEAD^

rh2 = reset --hard HEAD^^

sl = stash list

sa = stash apply

ss = stash save

logtree = log --graph --oneline --decorate --all

lmine = "!f() { git log --branches --author=igosuki@gmail.com; }; f"

purgeforever = "!f() { git filter-branch --prune-empty -d /dev/shm/scratch --index-filter "git rm --cached -f --ignore-unmatch $1" --tag-name-filter cat -- --all }"

updaterefsafterpurge = "f() { git update-ref -d refs/original/refs/heads/master; git reflog expire --expire=now --all; git gc --prune=now }"

ec = config --global -e

up = !git pull --rebase --prune $@ && git submodule update --init --recursive

cob = checkout -b

cm = !git commit -m

save = !git add -A && git commit -m 'SAVEPOINT'

wip = !git add -u && git commit -m "WIP"

undo = reset HEAD~1 --mixed

amend = commit -a --amend

wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard

bclean = "!f() { git branch --merged ${1-master} | grep -v " ${1-master}$" | xargs -r git branch -d; }; f"

bdone = "!f() { git checkout ${1-master} && git up && git bclean ${1-master}; }; f"

        pr = pull --rebase
I'd advise binding things like pr, po, cp, --rebase, --continue, to keyboard shortcuts though if you are in an IDE.

Gepsens commented on Dasel: Select, put and delete data from JSON, TOML, YAML, XML and CSV   github.com/TomWright/dase... · Posted by u/edward
Gepsens · a year ago
I think you need some kind of autocomplete here to make it worthwhile
Gepsens commented on I rebuilt my algorithmic trading platform in Rust. I'm filled with regret   medium.com/@austin-starks... · Posted by u/beefman
Gepsens · a year ago
Why is the level so low in software engineering in general? Well, at least I know I'll never be out of a job.
Gepsens commented on Xi, Putin Score Wins as More Asia Leaders Aim to Join BRICS   bloomberg.com/news/articl... · Posted by u/ganeshkrishnan
hightrix · a year ago
Thank you for the education here. I had read about this topic elsewhere, but not very in depth. I appreciate the links!

From these sources, it seems the issue is less the stations themselves and more the agents in them acting as a reporting apperatus of those critical of China. To me, this is just semantics. These activities are happening, but the "police stations" are not the cause of them.

Gepsens · a year ago
Ok so LLM bots are on HN now... scary
Gepsens commented on Goodbye, clean code (2020)   overreacted.io/goodbye-cl... · Posted by u/kiyanwang
Gepsens · 2 years ago
How is your refactoring clean ? Lmao if this is clean code I'm the Queen of england...
Gepsens commented on Pandas 2.0 and the Arrow revolution   datapythonista.me/blog/... · Posted by u/ZeroCool2u
freilanzer · 3 years ago
Polars is much faster, maybe that's interesting for you.
Gepsens · 3 years ago
Yeah I already know about Polars, good and lightweight but datafusion is more advanced

u/Gepsens

KarmaCake day57May 6, 2013
About
meet.hn/city/fr-Paris

Socials: - linkedin.com/in/guillaumebalaine - github.com/Igosuki - x.com/igosuki

Interests: AI/ML, Cycling, Entrepreneurship, Fitness, Gaming, Mentorship, Networking, Robotics

---

https://github.com/Igosuki French. 13 years of software engineering grinding. Love cooking, hiking, cinema, stock market. Have 2 cats, married.

View Original