HackerLangs
トップ新着トレンドコメント過去質問紹介求人

wrxd

1,667 カルマ登録 8 か月前
[email protected]

投稿

Mark Zuckerberg's biggest legal nightmare yet could cost Meta $1.4T

the-independent.com
169 ポイント·投稿者 wrxd·4 日前·183 コメント

Drone Physics

iahmed.me
138 ポイント·投稿者 wrxd·10 日前·34 コメント

Old Computer Challenge

occ.sdf.org
116 ポイント·投稿者 wrxd·13 日前·79 コメント

More Than Syntax

redmonk.com
1 ポイント·投稿者 wrxd·15 日前·0 コメント

Internet works best in small dosages

michal.sapka.pl
5 ポイント·投稿者 wrxd·15 日前·0 コメント

Using an iPad Pro as a Laptop

justingarrison.com
6 ポイント·投稿者 wrxd·21 日前·1 コメント

Oracle is changing free tier limits. Update by the 15th to avoid charges

old.reddit.com
36 ポイント·投稿者 wrxd·26 日前·11 コメント

Expanding Private Cloud Compute

security.apple.com
24 ポイント·投稿者 wrxd·先月·0 コメント

Thoughts on starting new projects with LLM agents

eli.thegreenplace.net
5 ポイント·投稿者 wrxd·先月·0 コメント

Notes on Optimizing Battery Life

maurycyz.com
5 ポイント·投稿者 wrxd·先月·0 コメント

Own Data, Own Software

pscanf.com
1 ポイント·投稿者 wrxd·先月·0 コメント

Using encapsulated development to code on my phone

maryrosecook.com
2 ポイント·投稿者 wrxd·2 か月前·1 コメント

Bursting My AI Bubble

indecisiorama.bearblog.dev
5 ポイント·投稿者 wrxd·2 か月前·0 コメント

You need more than attention

unrestricted.bearblog.dev
2 ポイント·投稿者 wrxd·2 か月前·0 コメント

Smallcode – AI coding agent optimized for small LLMs

github.com
4 ポイント·投稿者 wrxd·2 か月前·0 コメント

Multiple commencement speakers booed for AI comments during graduation speeches

nbcnews.com
169 ポイント·投稿者 wrxd·2 か月前·168 コメント

UK firefighters called to one lithium-ion battery fire every five hours

theguardian.com
7 ポイント·投稿者 wrxd·2 か月前·1 コメント

Mlx-serve – run LLMs natively on your Mac

ddalcu.github.io
2 ポイント·投稿者 wrxd·2 か月前·0 コメント

Forking the Web

dillo-browser.org
145 ポイント·投稿者 wrxd·2 か月前·146 コメント

Pushing Local Models with Focus and Polish

lucumr.pocoo.org
11 ポイント·投稿者 wrxd·2 か月前·0 コメント

コメント

wrxd
·一昨日·議論
I use the acme dns-1 challenge on my public domain. That gives you certificates you can use as you see fit, without needing to expose anything else to the public internet.

I also use Tailscale so I configure my DNS to use my Tailscale IP addresses. If you don’t want to expose them on a public DNS server you can add them only to an internal DNS server.
wrxd
·4 日前·議論
This is why you should install an ad blocker
wrxd
·4 日前·議論
> asks Claude whether birds are present

I would ask Claude to write some computer vision code to detect birds and save a lot of money
wrxd
·5 日前·議論
Or it will stay the same as the efficiency gains will be eaten up by bigger models
wrxd
·8 日前·議論
It doesn’t even need access to nix config. It could use nix shell to grab the tools it needs.
wrxd
·9 日前·議論
https://www.fastly.com/about/careers/current-openings?depart... doesn't seem to show any engineering remote position, let alone any position in the UK/EU
wrxd
·11 日前·議論
On macOS I settled for Nix + HomeManager rather than going fully nix-darwin
wrxd
·12 日前·議論
The majority of these commits are to keep packages up to date. Easy to get an incredibly high number of commits when nixpkgs is a monorepo containing the definition of 140000 packages
wrxd
·12 日前·議論
I have NixOS installed on a 2009 MacBook Pro and it works well enough every time I pick it up.

I'm probably also going to install it on a 2019 iMac once macOS stops getting security updates but I haven't tried it yet.
wrxd
·12 日前·議論
I also really like that Nix (both on NixOS or as a package manager for Linux/macOS) can temporarily fetch packages with `nix shell` removing entirely the need to install something I am just trying out or something I know I am not going to need on a regular basis.

Similarly the integration of flakes/devshells and direnv is great to create reproducible development environments. Everything I need and at the correct versions are automatically setup as soon as I `cd` into a project directory.
wrxd
·12 日前·議論
My point wasn't really about the capability of a phone compared to a computer. I have thoughts on that but it's not the point I was making.

Assigning tasks to devices can be done due to the capabilities of each device but also due to other factors, like what behaviour you want to influence. For example, if you want to spend less time doom-scrolling/on social media/whatever, moving these tasks outside of the computer you have in your pocket and into the computer you need to sit in front of helps.
wrxd
·12 日前·議論
The sad thing about phones being he primary (and in many case the only) computing devices for most people is that they lose the possibility of separating the tasks that the do on the phone vs the tasks that they do on a computer.
wrxd
·16 日前·議論
I wish but I am not hopeful that's actually going to happen
wrxd
·19 日前·議論
At least they could call someone who’s is absolutely right so that the tool can see its mistakes now
wrxd
·24 日前·議論
I wonder how much local models hallucinate. I am getting almost daily an "Honest answers: I made that up." reply from Claude Opus when I challenge some silly thing it's trying to do.
wrxd
·25 日前·議論
UK is no longer in the EU
wrxd
·26 日前·議論
Reading the comments on the Reddit thread is very interesting. Generally people are happy with Oracle but the reason is that their free tier is (even after the cut) so much generous than other providers.

There is also a lot of justified disappointment in the total lack of communication of the change.
wrxd
·先月·議論
With most of my managers 1:1 have always been a way for them to catch up with what I’ve been working on, despite doing a standup every single day so that the team knows what each other is doing.
wrxd
·先月·議論
What prevents to have an API that requires something akin Private Cloud Compute from other providers?

Technically makes the implementation of other providers harder but in principle it should be possible, no?
wrxd
·先月·議論
I believe this can work if done on top of traditional testing. I would feel very uneasy to replace deterministic (ok, not always but mostly) test suites with something that is not deterministic at all