Web? Oh you mean the Google runtime?
Notices by CEO of Anti-Clock Society (be@floss.social)
-
CEO of Anti-Clock Society (be@floss.social)'s status on Friday, 04-Oct-2024 16:23:18 JST CEO of Anti-Clock Society -
CEO of Anti-Clock Society (be@floss.social)'s status on Thursday, 19-Oct-2023 18:29:49 JST CEO of Anti-Clock Society @alx @aral It's pretty clear that's what was going on. https://www.bbc.com/news/world-middle-east-67082047
-
CEO of Anti-Clock Society (be@floss.social)'s status on Wednesday, 15-Mar-2023 08:34:39 JST CEO of Anti-Clock Society @mntmn no headphone jack?
In conversation from floss.social permalink -
CEO of Anti-Clock Society (be@floss.social)'s status on Wednesday, 15-Mar-2023 08:27:30 JST CEO of Anti-Clock Society @mntmn Is the screen a touchscreen?
In conversation from floss.social permalink -
CEO of Anti-Clock Society (be@floss.social)'s status on Wednesday, 15-Mar-2023 06:27:36 JST CEO of Anti-Clock Society ... which makes sense, considering it started as a fork of a code review system for SVN.
In conversation from floss.social permalink -
CEO of Anti-Clock Society (be@floss.social)'s status on Wednesday, 15-Mar-2023 06:27:32 JST CEO of Anti-Clock Society Gerrit feels like Git support was kludged into a design meant for a different version control system.
In conversation from floss.social permalink -
CEO of Anti-Clock Society (be@floss.social)'s status on Thursday, 09-Mar-2023 09:04:27 JST CEO of Anti-Clock Society It plays FLAC and the libflac and libopus APIs are very similar, so it wouldn't be very hard to add Opus support. They just don't care. I don't care much either, but I find the irony hilarious, and very on-brand with a history of odd technical decisions.
In conversation from floss.social permalink -
CEO of Anti-Clock Society (be@floss.social)'s status on Thursday, 09-Mar-2023 09:03:33 JST CEO of Anti-Clock Society Leave it to Pioneer to make DJ gear with "Opus" in the name that doesn't play Opus files 😂
In conversation from floss.social permalink -
CEO of Anti-Clock Society (be@floss.social)'s status on Saturday, 04-Mar-2023 08:00:27 JST CEO of Anti-Clock Society Sometimes parallelizing tasks isn't a great idea... when it takes 23.7 GB of memory.
In conversation from floss.social permalink -
CEO of Anti-Clock Society (be@floss.social)'s status on Friday, 24-Feb-2023 03:55:13 JST CEO of Anti-Clock Society GUI development tip: Have no idea where something is in a large codebase? Search the code for a string you see in the GUI.
In conversation from floss.social permalink -
CEO of Anti-Clock Society (be@floss.social)'s status on Friday, 24-Feb-2023 03:55:10 JST CEO of Anti-Clock Society @lanodan I prefer ripgrep in a shell, but lately I've been making use of the project search feature in Kate. Using Kate's search feature is nice because it's easy to click on a search hit to open that file.
In conversation from floss.social permalink -
CEO of Anti-Clock Society (be@floss.social)'s status on Wednesday, 15-Feb-2023 12:18:14 JST CEO of Anti-Clock Society maybe to make trains safer we should stop put huge quantities of fossil fuels on them
In conversation from floss.social permalink -
CEO of Anti-Clock Society (be@floss.social)'s status on Wednesday, 15-Feb-2023 12:18:13 JST CEO of Anti-Clock Society What if we put people on trains instead of pressurized tanks of explosive chemicals?
In conversation from floss.social permalink -
CEO of Anti-Clock Society (be@floss.social)'s status on Monday, 13-Feb-2023 08:50:40 JST CEO of Anti-Clock Society @graydon It's interesting to note the similarities between the Go proposal and Plausible Analytics. Both aim for gathering data in such a minimally intrusive way that they do not ask for opting in. But one comes from Google and the other comes from a small company that markets itself as an alternative to Google Analytics, and so reactions to them are pretty much opposites.
In conversation from floss.social permalink -
CEO of Anti-Clock Society (be@floss.social)'s status on Monday, 13-Feb-2023 04:41:05 JST CEO of Anti-Clock Society @alcinnz @davidgerard Everyone has a stake in the normalization of opt-out telemetry.
In conversation from floss.social permalink -
CEO of Anti-Clock Society (be@floss.social)'s status on Friday, 10-Feb-2023 12:29:49 JST CEO of Anti-Clock Society @lightweight That would be great.
In conversation from floss.social permalink -
CEO of Anti-Clock Society (be@floss.social)'s status on Thursday, 09-Feb-2023 09:44:55 JST CEO of Anti-Clock Society +628 −392 so downstream users can skip 2 lines of boilerplate C++ and do everything from Rust.
https://github.com/KDAB/cxx-qt/pull/428In conversation from floss.social permalink Attachments
-
CEO of Anti-Clock Society (be@floss.social)'s status on Thursday, 09-Feb-2023 09:44:54 JST CEO of Anti-Clock Society This is all that is needed to write a QML application in Rust with CXX-Qt now:
```
fn main() {
let mut app = QGuiApplication::new();
let mut engine = QQmlApplicationEngine::new();
if let Some(engine) = engine.as_mut() {
engine.load(&QUrl::from("qrc:/main.qml"));
}
if let Some(app) = app.as_mut() {
app.exec();
}
}
```In conversation from floss.social permalink -
CEO of Anti-Clock Society (be@floss.social)'s status on Thursday, 02-Feb-2023 16:40:35 JST CEO of Anti-Clock Society @brainblasted As @pluralistic calls it, Netflix is enshitifying itself. Having captured both viewers and video producers, it is now in position to squeeze as much profit out of both sides as it can until the whole thing just sucks for everyone. https://pluralistic.net/2023/01/21/potemkin-ai/#hey-guys
In conversation from floss.social permalink Attachments
-
CEO of Anti-Clock Society (be@floss.social)'s status on Thursday, 02-Feb-2023 07:43:31 JST CEO of Anti-Clock Society I'm considering submitting a talk proposal for Open Source Summit North America for work but I'm not sure I even want to go to the event https://events.linuxfoundation.org/open-source-summit-north-america/
In conversation from floss.social permalink Attachments