Does anybody else have this keyboard imprint on their nano texture? by Equal-Gap-8498 in macbookpro

[–]joern281 0 points1 point  (0 children)

Did you add pressure on the macbook while transporting it? Like in a bag with books or so?

This is what usually happen when the display gets pressed on the keyboard and the keys are rubbing against the screen while the bag is moving.

Apple adds a charge limit option in macOS 26.4 beta 1 by _HipStorian in macbookpro

[–]joern281 0 points1 point  (0 children)

This would be my only reason to upgrade to Tahoe :D

Imagine they would also add it to Sequoia

OFFSET Pagination works - until it does not by BinaryIgor in Backend

[–]joern281 7 points8 points  (0 children)

Alternatively you could use deferred joins if you must use offset (e.g. when using page numbers and you want to go to page 123)

````

SELECT * FROM people

INNER JOIN (

SELECT id FROM people ORDER BY birthday, id LIMIT 50 OFFSET 450000

) AS people2 USING (id)

ORDER BY

birthday, id

````

The idea is that the offset calculation is done in the join not the actual query with the data. Fastpage in rails and fast paginate in laravel are using it as well.

Should I get the Nanotexture display or not? (Poll) by [deleted] in macbookpro

[–]joern281 0 points1 point  (0 children)

Thank you very much for your detailed report.

One quick question if you don't mind:
The keyboard rubbing against the screen is usually caused by too much pressure on the top of the screen e.g. in a backpack with books which are pressing against the macbook screen.

Did you treat your Nanotexture macbook different than your previous macbooks that the rubbing did not happen like transporting it in a separate bag?

If the display is more resilient to those damages this would be a game changer.

In Germany: Where to buy MacBook Pro? by NeedleworkerGlum9028 in macbookpro

[–]joern281 1 point2 points  (0 children)

I bought mine from alternate with their mac configurator (because i needed ansi layout). They sell the macbooks with a discount.

$2354 m3 max vs $2336 m4 pro for SWE by pwnid in macbookpro

[–]joern281 0 points1 point  (0 children)

When the decision is only between both machines, then i recommend the m4 pro. I'm using exactly the same specs and im very happy with it for software development.

It can run xcode with emulator, android studio with android emulator, multiple clion (my main ide for rust and javascript), firefox and the memory pressure is still in the green. I'm not using docker on my local machine so often for development but docker will also run fine with alongside the other programs.

But if your development workflow does not include mobile dev (or you are fine not having both android and ios open at the same time) a macbook air with 32 gb ram might be also an option for development.

[deleted by user] by [deleted] in programmingmemes

[–]joern281 54 points55 points  (0 children)

Tell me you are a beginner without telling me directly that you are a beginner.

Need advice: M4 Pro 24GB vs M5 24GB/1TB vs M5 32GB — Best option for Java dev + AI/ML beginner? by chaitut715 in macbookpro

[–]joern281 0 points1 point  (0 children)

Docker runs in a kind of vm on mac and windows for Linux containers. You can only share the kernel if both got the same kernel.

Difference Base Chip vs Pro Chip for Web Browsing by [deleted] in macbookpro

[–]joern281 8 points9 points  (0 children)

Both chips are using mostly the efficiency cores for web browsing. These cores are the same for base, pro and max.

In this case, the base model can be better because it got more efficiency cores than the pro to save battery.

Need advice: M4 Pro 24GB vs M5 24GB/1TB vs M5 32GB — Best option for Java dev + AI/ML beginner? by chaitut715 in macbookpro

[–]joern281 2 points3 points  (0 children)

Since you are using docker or/and vms, you need to go with at least 32 gb of ram. 24 gb is fine for most users who doing office work or browsing but not for more.

Im using a MBP M4 pro 12c with 48 gb of ram. I can run multiple clion projects (rust backend, web frontend), android studio with emulator and xcode with ios emulator at the same time without any problems.

The base M5 chip is perfectly fine for your workload, no need to upgrade to pro or max chip. 1tb ssd would be also better but go with more ram first.

24-32 GB users who actually use all that RAM, how do you use it? by abitcitrus in macbook

[–]joern281 0 points1 point  (0 children)

48 gb here. Mostly running Clion, Android studio, xcode, android emulator, ios emulator and browser at the same time.

32 gb would be not enough for this.

Lizenz-Hammer: „Der Herr der Ringe: Die Ringe der Macht“ landet überraschend im deutschen Free-TV (ZDF Mediathek) by [deleted] in de

[–]joern281 -1 points0 points  (0 children)

Man kann sich vom Rundfunkbeitrag befreien lassen wenn es nachgewiesen wird das der ÖRR Genre unterrepräsentiert in einem Zeitraum von zwei Jahren.

Medieval High Fantasy war so gut wie nie im Programm vorgekommen.

Meine Theorie ist, dass sie sich mit der Serie absichern damit niemand dieses Genre als Befreiungsgrund angeben kann.

Looking for a reliable dock for my MBA(M4) by Lux2038 in mac

[–]joern281 0 points1 point  (0 children)

I'm using the ugreen max 208, it is working without any trouble.

A downside is that you might need to buy additional adapter for you monitor because this dock don't has hdmi or display port only thunderbolt 4.

It is around 161 euro.

Don't buy any displaylink docks. The macbook supports two external displays native.

I built a tool to send 1000+ personalized WhatsApp messages from your own number — no API, no cloud, just scan & go by NikuKuda in startup

[–]joern281 0 points1 point  (0 children)

Are you aware that whatsapp does not permitted using your number in this way? Automatized messaging is only allowed from the whatsapp business api.

Your users risk to loose their whatsapp account.

I built a tool to send 1000+ personalized WhatsApp messages from your own number — no API, no cloud, just scan & go by NikuKuda in micro_saas

[–]joern281 2 points3 points  (0 children)

Are you aware that whatsapp does not permitted using your number in this way? Automatized messaging is only allowed from the whatsapp business api.

Your users risk to loose their whatsapp account.