Search results

0
0
0
0
0

how to add swap space easily on

1) Create a swapfile made of many many 0's, in the size of how large a swapfile you want, so e.g. for 16gb:
$ dd if=/dev/zero of=~/.swapfile bs=1m count =16384

2) Add it as swap:
# swapctl -a ~/.swapfile

3) For great success, check it out to get warm fuzzy feelings:

$ swapctl -l
Device 512-blocks Used Avail Capacity Priority
/dev/sd2b 17065992 0 17065992 0% 0
/home/puffy/.swapfile 33554432 0 33554432 0% 0
Total 50620424 0 50620424 0%
0
0

A few years ago I came across dis dude covering I can't make you love me. He was pretty good I must say. Several years later I come across Teddy Swims - Lose control, I like it so much that my roommate gets tired of it. that dude and Teddy Swims are the same person.

0
0
0
0
0
0
0
0

"L'entomologiste tchèque Pavel Štys a fait l'hypothèse d'une insémination « androtraumatique » chez le genre de punaise Phallopirates, dont seuls les mâles sont connus, et qui n'ont pas d'orifice éjaculatoire (gonopore). Il suppose que le mâle doit briser l'apex de son phallandrium pour pouvoir transmettre ses spermatophores à la femelle."
Mot du jour : Androtraumatique

fr.wikipedia.org/wiki/Copulati

0

RE: f.cz/@xChaos/116068064212129067

A purposefully Scottish, private expedition studied Antarctica in parallel with Scott's Discovery expedition, establishing a manned meteorological Observatory that is still in operation.
And tried the musical taste of a penguin.

maps.app.goo.gl/E2YQJAe8hkCAa5

0
0
0
0

about Cashu, a protocol for e-cash, *without* a distributed but centralised public ledger of transactions;

"Ecash transactions between users or service providers respect the user's privacy. A mint does not store a database of user accounts and their activity which protects users from leaks or hacks and can provide stronger censorship resistance than classical payment systems."

cashu.space/

Curious to know how this compares to InterLedger.

0
0
0
0
0

about the existence of the forkiverse, a fediverse service set up by the folks behind the Hard Fork and Search Engine podcasts;

nytimes.com/2026/01/13/podcast

@mapacheMaho 🦝🍻 wrote an intriguing blog post riffing off this to discuss the ways using different services for an account changes the experience of using the fediverse;

hachyderm.io/@mapache/11593562

I suspect this is because each fediverse service has a community with different range of interests, and therefore sees a different slice of the verse.

0
0
0
0

A chilling comparison of Nazi Germany to today’s USA: as the Great Depression made unemployment the norm, and the Brown Shirts (Hitler’s paramilitary, now compared to Trump’s ICE) “offered what the labor market did not: a uniform, a purpose, a promise of action. Ideology mattered less than belonging.”

A dark History is repeating itself

masto.ai/@rbreich/115926699224

0
0
0
1

So

vi has this great thing where you can open a .zip file, and get a file directory, and go down to a file you're interested in, open it, and say :w filename to extract it

Is there a way to get vi, in that zip-directory view, to copy out an entire directory recursively? Or a different curses-y posix command line that can give me such a file listing and a directory-unzip capability?

0

TIL a great phrase: “no pasarán!” One of the moderators on our team mentioned it as part of her 2026 well wishes to the mod team.

It basically means “they shall not pass” in reference to fascists. It had a rich etymological history, beginning in France and moving to Spain. Originating in opposition to Nazis and fascists.

More:
thisdayinquotes.com/2013/07/no

0
0
0
0
0

More:

I'm beginning to think SoftBank will be the first brick to tumble. They took a huge hit earlier this week and then again overnight.

> SoftBank Group logs almost $50 billion in weekly losses as investors sour on AI plays. cnbc.com/2025/11/07/softbank-s

> “SoftBank Group’s shares are falling as many bought it as the only listed proxy for OpenAI,” said David Gibson, senior research analyst at financial services firm MST Financial.

New tomorrow, as markets open overnight.

In the meantime, Today I Learned about the 'Hindenburg Omen'.

> en.wikipedia.org/wiki/Hindenbu

This is a market technical analysis pattern, which supposedly predicts stock market crashes. It happens when some stocks hit new highs and others hit new lows simultaneously.

*Apparently this happened three times last week.*

Something else to watch for tomorrow morning…

0
0
0
0

file:///abspath and file://localhost/abspath are strictly equivalent per RFC 8089. Python's pypa/packaging had a bug in the past, all URLs without a hostname were rejected, it became impossible to specify a Python pip dependency by path on Debian oldoldstable. The format file://localhost/ saved my package. Thankfully, pip developers got it right.

0

about one of the most useful tools for and - github.com/samestep/npc

It is basically a git bisect but for nix channels. It also has great flake support. Just run npc bisect until you find the version that works and it will automatically fix it in your flake.lock.

The issue for me was package being broken in the latest nixpkgs-stable release (github.com/NixOS/nixpkgs/issue). It turns out ghidra build results are not used to determine the package status and the possibility to commit the new version to master branch.

I think this tool is a game changer, especially if you use nixpkgs-unstable

0

今天看影片學到三個電扶梯小知識

1. 電扶梯扶手有時候會感覺稍微比較快是故意的,因為驅動扶手的傳動輪會因為磨損而導致扶手移動速度隨時間變慢,所以全新的傳動輪故意設計會快上一點點來減少更換的頻率 😂
2. 電扶梯兩側的刷毛是為了防止東西卡進側面的縫隙,我一直以為那是給乘客刷鞋子(?)
3. 下行的電扶梯上站足夠人的時候,乘客的重量其實就可以驅動電扶梯運轉了,馬達實際上是在煞車,這還蠻合理的。但現代的電扶梯馬達其實可以利用類似電動車或油電混合車煞車回充的技術,在煞車時把這個多餘的動力轉換成電力稍微回充給電力系統 😲

youtu.be/tZ8ehplVFp4?si=haOobx

0
0

less 裡有的內建的 `^` `$` 書籤可以和 `|` 搭配使用

linux less 裡 `|` 可以把內容用管道傳給指令,我以前就知道這個。
但是 `|` 會要求輸入書籤過的位置,只會 pipe mark 和現在位置間的內容,
以前我都是要先 `g` 回頭頂部 `m` 標書籤,再 G 到最底部 pipe。

今天發現 less 有二個特殊書籤 `^$` 代表頂部或底部,
可以直接在最頂部輸入 `|$` 把整個 buffer pipe 出去,
或是 `|^` 在底部。

0

I didn't realize you could mix `import` and `require()` in Node.js now, I always thought it was either ESM or not, but you can mix: nodesource.com/blog/nodejs-22-.

```js
import { createRequire } from 'module';
const require = createRequire(import.meta.url);
const pkg = require('./package.json');
```

I likewise had no idea (that is, System Interface) was a thing in Node.js. Need to investigate more…

0

about UUID7 (mainly because it's now supported in the new 3.14). Until today I thought, why bother, uuid4 is fine.

Turns out, UUID7 comes with a free timestamp and the generated ids sort by time.

Read about it here
uuid7.com/

And it's available as a library for older python versions, too. pypi.org/project/uuid7/

I have a few projects where I use UUID4 for temporary files - I'm going to move these over to UUID7

0
0

@BartoszMilewski @acollierastroAngela Collier - that's part of the story, but there's always been vast inequality in things like knowledge of physics. One new thing is that it's easy for the uneducated to communicate to a mass audience. When it comes to technical subjects like physics I feel it's working quite badly so far: people seem more persuaded by someone charismatic and confident than someone clear, precise, credentialed and a wee bit boring.

@johncarlosbaez @BartoszMilewski This thread makes me sad. I get where you guys are coming from but it's just not a good look (and that says a lot that even I, autistic as I am, can sense that).

So instead, maybe let's focus on the real problem which is I think you guys have an issue figuring out how to reach an audience; it's not magic, it just takes skill and time but imho, the problem is that it's just not enjoyable to develop that muscle, especially now a days. FWIW, i've been following Sabine for a decade and have been following angela's youtube channel since almost when she started it. And lo and behold, once Angela getting popular, she started running into the same scaling problems that Sabine ran into. I don't know how to make everyone play nice with each other, but I sure don't think ragging on the few science & math advocates out there is a good look for physics.

the is i guess that mathematicians are human too and are just as salty and in their feelings as the rest of us

😋

0
0

Huh. that a) TI makes a calculator that runs code, b) is a thing - and it's from adafruit, though that's in part their packaging of MicroPython, c) my wondering which version it's based on is probably completely silly (or stupid) seeing as how Python 3 has been around longer than any kids likely to be using Python on "approved for school" devices like calculators (or at least longer than they've been using calculators)

A retail box containing a TI-84 Plus CE Python graphing calculator of the sort used in schools
0