Rep. Eric Gallager (no "h"!)

@egallager@treehouse.systems
753 Followers
1.7K Following
3.8K Posts
1 of 400 New Hampshire State Representatives (in my case: Merrimack County District 20; i.e. Concord Ward 6). He/him. Read my pinned toot. Migrated from home dot social, which now no longer exists.
Other Mastodon accounts:
- @cooljeaniusbot@mastodon.art (bot)
- @concordnhdems (local Dems)
#NHPolitics #NewHampshire #NHwx #FediLink
#searchable through https://tootfinder.ch
Tweetbackhttps://cooljeanius.github.io/my_tweetback_archive/
GitHubhttps://github.com/cooljeanius
Legislationhttps://cooljeanius.github.io/legislation/
Wikipediahttps://en.wikipedia.org/wiki/User:Cooljeanius
BlueSkyhttps://bsky.app/profile/egall.bsky.social
LinkTreehttps://linktr.ee/ericgallager
LiberaPayhttps://liberapay.com/egallager/
SuperTux 0.7 Released With Enhanced Graphics, Level Redesign

SuperTux 0.7 officially released overnight for this nostalgic open-source game now seeing its first new release since December 2021. SuperTux 0.7 brings many significant improvements for this open-source game inspired by Super Mario...

https://www.phoronix.com/news/SuperTux-0.7-Released
SuperTux 0.7 Released With Enhanced Graphics, Level Redesign

SuperTux 0.7 officially released overnight for this nostalgic open-source game now seeing its first new release since December 2021

Hello Mastodon!

Since this is my first post, I thought I'd share some incredibly niche C++ trivia / pedantry:

For an enum whose enumerators all have the value 0, C++ asks us to imagine a hypothetical integer type with minimal width that can represent 0 (https://eel.is/c++draft/dcl.enum#8.sentence-2). This means we must consider the case where the width is 0. For an unsigned integer type, this gives a range of representable values of [0, 0], and that's the type we pick. But before we can determine that that's minimal, we must also consider a signed integer type with a width of 0, for which we get a range of representable values of [-½, -½]! (https://eel.is/c++draft/basic.fundamental#1.sentence-5) Conveniently that range does not include 0, so we discover that we must use an unsigned integer type to determine the range of values of the enumeration. (We also rule out an unsigned integer type of negative width as that would have a range of values 0 to -½ (inclusive) or smaller, which I think we can reasonably conclude is an empty range despite the parenthetical.)

In any case: if you ever wondered whether a zero-bit signed integer type in C++ can represent only the value 0 or only the value -1, now you know: no, it can represent only the value -½. Truly a marvelous compromise.

Follow me for more brilliant insights like this one :)

[dcl.enum]

RE: https://mastodon.gamedev.place/@vittorioromeo/116183303954120361

I made a mistake in my original benchmarks: the Docker image I used had internal GCC assertions enabled.

I re-measured everything on a proper build, and times are ~50% faster across the board. The article has been updated with the correct data.

I apologize for the confusion.

Just got notice that my dentist's office will no longer be participating in the NH Medicaid program. This really sucks! The whole reason I switched to them in the first place was because they were in-network for the new Medicaid dental benefit! Now I'll have to switch again, and apparently the nearest place that takes Medicaid isn't even in Concord anymore, which would be problematic for me, seeing as I don't have a car...
Edit: I hear NHTI's dental clinic takes Medicaid! I'll give them a look later...
OK poll results are in; it looks like the narrowest option ("knowingly and maliciously lies") won, so that's what I've gone with:
https://github.com/cooljeanius/w_Constitution/commit/6000418f9ddf711c9e09633f0bf82b96910f9644
Update Constitution.mediawiki · cooljeanius/w_Constitution@6000418

Poll results are in regarding SOTU proposal

GitHub
Hm I like how @iafiorg has a "Share to Mastodon" button on their website, but it doesn't seem to work; I'm having to paste this link manually:
https://iafi.org/telling-the-story-of-the-missoula-floods/
Telling the Story of the Missoula Floods

Developing an Ice Age Floods Animation Through Science, Partnership, and Interpretation Explaining the Missoula Floods has never been simple. The floods reshaped landscapes across much of the Pacif…

Ice Age Floods Institute
Conversation on BlueSky convinced me to add the following clause to Article I, to clarify that the addition I'm considering making to Article II wouldn't be exclusive:
https://github.com/cooljeanius/w_Constitution/commit/b9c017249cb547ac4e5b3f5bf123ac18ba72fbe5
#MastodonPoll: I'm considering (or rather imagining) a Constitutional Amendment to the "State of the Union" part of Article II, but I'm debating myself over the wording... how would you fill in the blank in this proposed amendment?
"If the president _______ when performing this duty [to provide information regarding the State of the Union], this shall be grounds for impeachment."
1. lies
2. knowingly lies
3. knowingly and maliciously lies
4. makes a statement that constitutes libel or slander
lies
0%
knowingly lies
33.3%
knowingly & maliciously lies
50%
libels/slanders
16.7%
Poll ended at .

I think everybody should know what it's currently going on in #Mexico.

This Sunday morning, federal forces have killed drug cartel boss Nemesio Oseguera a.k.a. "El Mencho". Federal authorities state that this has been done in cooperation with USA agencies.

As a result, violence has erupted in several parts of the country, in what seem retaliation by organized crime. This includes setting fire public transportation and particular vehicles as well as convenience stores and blockade of highways.

internet connection hiccups at the State House again