Hacker Newsnew | past | comments | ask | show | jobs | submit | throwa356262's commentslogin

I am old enough to remember the chromebook is dead rumours of ...let me think... every years since it was introduced?

I personally would prefer a good chromebook to an ipad+cramped keyboard but I guess people are different


The kernel should have an eBPF config for blocking certain things without requiring a reboot. Get the latest program directly from kernel.org and you will be golden.

It will affect performance but it will be a temporary fix.


And here I was believing that psychic spices from China steal your mind's elation

You are way off.

Adam is the practical kind of PhD.

https://en.wikipedia.org/wiki/Adam_Dunkels


Was not expecting to see Adam in an AI post!

For me, he is the opposite of slop (AI or otherwise). This is the kind of guy that writes an operating system for your toaster and leaves enough resources free to run DOOM.


If this is with a new android phone, return it and let the manufacturer know why you couldn't use the phone.

If he had this phone for 15 years, I bet it's not bound to a phone, it's bound to a sim card.

Phone number, it’s not tied to any piece of HW because is portable. I’ve had the same phone number equally as long, but I’ve transferred it to multiple devices over the years.

If I was a betting man, I could almost bet someone is abusing that HN flag function.

Make flags public.

Like clockwork, every time something bad is happening this UFO nonsense is used to distract the masses.

Update: I guess I am on some kind of list now. And with list I mean Plantirs big brother database.


I notice these "list" jokes are becoming more frequent and I guess our intuition is telling us something.

Feels like America is slowly becoming a technologically inferior version of China.


We are becoming 19th Century Russia, including serfs, nihilist revolutionaries, military misadventures, imperialism, and Okhrana secret police.

Please share your knowledge and your findings

I think llama.cpp could have done a much better job supporting PC. Sure, some of it us due to bad vendor support but with so many users I am surprised we don't see more optimized inference on standard PCs


When it's in a good state I'll open source it, I am keeping track of what optimizations make the most impact, stuff like this:

### Diagnosing parallelism pathologies (L1)

*Grid occupancy:* - `Grid_Size / Workgroup_Size >= CU count` (W7900 = 96, Strix Halo = 40)? - < 0.3 = massively undersubscribed. Fix grid FIRST. Micro-optimization will NOT help. - 0.3-1.0 = partially utilized; depends on VGPR/LDS pressure. - 1.0-4.0 = healthy; micro-optimization can help.

*Within-block distribution:* - Does the kernel do useful work across all threads, or is there an `if (threadIdx.x == 0)` gate around a serial top-k, reduction, or scan? For c=1 decode, many kernels can't grow the grid, but they can always parallelize inside the block. - `Scratch_Size > 0` from dynamically-indexed per-thread arrays is a strong secondary signal of the within-block pathology.

*Router top-k (within-block fix)*: - Kernel: `qwen35_router_select_kernel` @ c=1 decode - Before: grid=1 (can't help; num_tokens=1), blockDim=512, `if (threadIdx.x == 0)` gated 2048 serial compares. Scratch=144 B from spilled per-thread arrays. - Fix: warp-shuffle parallel argmax across the whole block + `__shared__` top_vals buffer eliminating the spill. - Result: 5.7× kernel speedup, +6.6% on 4K/D4K E2E.


I love Inkscape.

But their UX is getting worse with each release. I think they need another Blender-style overhaul


The only problem I have with it is GTK-style bulkiness. I feel like every open source software is developed for 4k quad-monitors in mind, or tablets. Everything is thicker and taller than it needs to be.

In my experience Blender seemed to change the UI and naming of UI elements and options with almost any release making many tutorials incomprehensible thus almost obsolete, making it super hard to get into

I love Blender. After years of using it I am a basic user as I only use it for 3D printed models.

But Blender is just hard to get into. It's not just the updates, though they may not help.

What helped me most was setting aside the time to do a series of ~3 minute videos going back to the absolute basics.

IE how to: rearrange your workspace, use viewport, vertices-edges-faces, transforms-Grab, Rotate, Scale. And more.

AND THEN learning all the keyboard shortcut keys for them.

Blender is so much easier once you learn the common keyboard shortcuts that YOU use all the time. So take those notes.

Bit of exploration of the Blender documentation, which is fantastic but probably 99% used by the automated cognitive tools you asked a query of.

After THAT, you watch/do the tutorials to build basic donut/sword/gadget whatever of interest.

Then you are on your own to do what you want and then the inevitable forum/AI queries about specifics to try to solve the issue you are having.

In my early days, I spent over a week making a game model plane into something I could print. Now I understand the concepts and a few blender tools, it might take me 30 minutes.

Easy? No. It does require a concerted effort. It's not something you just "pick up on the side" like basic photo edits.

But damn, it opens up a whole new world of possibilities...


I love blender too! Good tips, this is what I basically go through every time I need to use it because i dont use it frequently enough, like once a year mostly.

I wish they would consider Freehand/Virtuoso as an exemplar

What features of Freehand or Virtuoso would you like to see in Inkscape?

The pen tool is the big thing --- the ability to move a point when placing it using the control key while drawing w/ the pen tool is one thing I really miss, and in the context of the UI, the overall clean and straight-forward organization and layout, as well as supporting standard forms, so alt frees an off-curve node from association w/ the matching other, while shift constrains.

I see, that is indeed a highly requested feature (along with a general overhaul of the Node tool to make alternative curve methods less janky).

I'm been playing with Freehand, and the one thing that really stands out to me is the Object dialog. Current vector editors have similar designs, but none are as powerful and straightforward at the same time as Freehand's. The swatch workflow is also pretty rigid, and gives you a good imagination of what the color separations/result would look like.


The whole Inspector palette system is great.

The ability to do PostScript fills and strokes (and have them live-preview via Display PostScript) in Altsys Virtuoso was flat out _amazing_.

Ages ago, I once used the CMYK adjustment to get a rough preview of a multiple spot ink job à la Cerilica Truism (which you should have the person doing the CMYK stuff look into --- it allowed one to set paper stock colour options and then simulate multiple ink mixes, including spot colours --- also spot types, so there was only a single set of ink mixes, but if a spread had coated paper on one side and uncoated on the other, the appearance matched what one would have had to use two ink swatches for in other apps).

Also, Graphics Find and Replace is invaluable for working on complex files w/ many objects.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: