Viewing profile — fluffything
fluffything
HN member- Joined
- Sun, Apr 21, 2019, 11:17 AM UTC
- HN karma
- 2,917
- Public activity
- 952 items
- HN profile
- View on Hacker News ↗
About fluffything
No profile information was provided.
Recent public activity
-
comment
Comment #27165095
Does that warn if you do: vector v{1,2,3,4}; for (auto&& i: v) v.push_back(i);
-
comment
Comment #26684509
Thats the 3rd RFC in the trilogy. What has been shipped is a subset of the first RFC.
-
comment
Comment #26374859
I mean, the author could have removed most of the complexity by using Rust HALs. They just decided to reimplement from scratch their own different solution. That’s completely fair,…
-
comment
Comment #26374293
The author cares. They got real cash for signing a meaningless token.
-
comment
Comment #26216140
Lifetime analysis doesn’t even show up in Rust compiler profiles. It takes 0 seconds. Rust lifetime analysis is a function-local pass. It never needs to access any state outside th…
-
comment
Comment #26164416
I meant screen sharing on Teams, webex, zoom, etc
-
comment
Comment #26151863
When somebody pays somebody to write those frameworks. When nvidia sees a need, they can change CUDA over night to address it, and they pay people to do that. When you need to do t…
-
comment
Comment #26151839
Can you do screen sharing ?
-
comment
Comment #25978057
But distros do handle this for you. I installed Arch last year with sway and “it just works”. Like the OP say, if you want HiDPI fractional scaling that’s a solved problem on Wayla…
-
comment
Comment #25976910
Rust actually supports multiple ABIs and you can pick which one to use. The one I use for maximum portability is the C ABI defined in the ISO C standard and on the platform docs (e…
-
comment
Comment #25976877
I didn’t chose to ignore that. I compiled a Rust binary library 4 years ago, it still works without recompiling today on a dozen of operating systems and toolchains that did not ex…
- comment
-
comment
Comment #25890240
You keep repeating FUD. Read the damn Editions RFC. The community agreed that no semantics or ABi breaking changes will land to Rust, EVER. This is not a lesson from Py th on, but …
-
comment
Comment #25812751
I wonder if PBRT will ever deliver GPU support.
-
comment
Comment #25812529
More like a computer is a combination of hardware and software. A different vendor product with cheaper storage can still be a much worse value proposition than my 2012 MacBook Air…
-
comment
Comment #25812160
Rust will never do semantic changes. That’s a feature. If you want languages that introduce semantic changes and break your code, you have many options to pick from, C++ being one …
-
comment
Comment #25811122
I have a MacBook Air 2012 with an SD card reader. It has a 256GB SSD drive, and a 1 TB SD Card inside that I use for storing photos, video, music, etc. essentially everything that …
-
comment
Comment #25801779
Apple just breaks such Software.
-
comment
Comment #25801323
Editions only support syntactic changes, so what you are afraid of cannot happen. We mix editions in >1000 crate projects every day just fine, and we are sure it will work with all…
-
comment
Comment #25801312
The same is true for C++, Rust, etc. Obviously, you can’t expect people that didn’t managed to learn these languages to know that. But if that’s your killer Zig feature, lots of la…
-
comment
Comment #25801303
If this is a language for people that didn’t managed to learn C++, D or Rust... lots of questions quite unfavorable for Zig pop up. I’d just remove that sentence. even if the langu…
-
comment
Comment #25267598
You can have millions of coroutines in flight in Rust using async/await without issues. This app explicitly wants to use threads, for some reason.
-
comment
Comment #25185107
> will definitely be Sure, eventually, that will be the case. But right now, most GTK apps are not Wayland native and look bad on Wayland. Those that are Wayland native have so man…
-
comment
Comment #25159226
All apps I use have a problem. Slack, Zoom, Chrome, Emacs, LibreOffice. The only app I use that doesn't have a problem is Alacritty, which is the terminal emulator I kind of have t…
- story