HackerTrans
TopNewTrendsCommentsPastAskShowJobs

apancik

no profile record

Submissions

Show HN: Abuse 2025 – A modern port of the FOSS Lisp-powered platformer from '95

github.com
2 points·by apancik·ปีที่แล้ว·0 comments

Hacker Known as Max Is 55-Year-Old Woman from Russia, U.S. Says

bloomberg.com
7 points·by apancik·5 ปีที่แล้ว·0 comments

iPhone as a Mac Webcam

github.com
3 points·by apancik·6 ปีที่แล้ว·0 comments

comments

apancik
·4 ปีที่แล้ว·discuss
Excel has some functionality that Google Sheets are missing that is used in this particular use case. More specifically, it has a primitive called Table. After you set up your data as Tables, you can then reference whole columns as Table1[Column1] and it also fills your formulas down as you add more rows.

I don't want to defend Excel too much, as it is not ideal in many ways. Nevertheless, over time, I found myself using it more and more to prototype and visualize data. With magic features like Pivot charts, Flash fill, and Data tables you can hammer out a one-off "app" in a matter of minutes.
apancik
·6 ปีที่แล้ว·discuss
I've been using this method with pretty good result: https://github.com/apancik/iphone-as-a-webcam
apancik
·10 ปีที่แล้ว·discuss
What I found is that blocking completely works less than just delaying the page for a bit with something like https://chrome.google.com/webstore/detail/waitblock/kcnjfepp...

That way I have enough time to think and question whether I really want to open the page I was about to open, and I don't disable the whole thing if I actually need to visit it.