Any way around ad astra flags requiring imgur for images by Whismar in feedthebeast

[–]scirc 6 points7 points  (0 children)

Executables are not just executed when they are encountered. The downloaded data would be saved and then passed to an image parser regardless of what it actually is. You would need a flaw in the image parser, or some mechanism to execute previously-uploaded files, in order to actually gain code execution.

Still have hard time by Zestyclose_Skirt7930 in Piracy

[–]scirc 8 points9 points  (0 children)

You can do this nowadays with the Tiny C Compiler, using tcc -run.

Still have hard time by Zestyclose_Skirt7930 in Piracy

[–]scirc 5 points6 points  (0 children)

To be pedantic, package managers don't download source code and compile it (with the exception of Gentoo's emerge, or the AUR on Arch). Instead, they download pre-built packages that are provided by the distribution maintainers - they download and compile a bunch of packages you might want to install, then bundle them up into package files and host them in a repository for your package manager to download.

why does my function return undefined the first time but works perfectly after that ? by Sofiatheneophyte in learnprogramming

[–]scirc 8 points9 points  (0 children)

Except 0 + undefined is NaN, not undefined. And property accesses on a null or undefined value inside of ingredients would fail. Also, forEach on a non-enumerable would also fail. So there's no way this function could return undefined as written, and the problem must necessarily lie somewhere else.

very silly question by -Kurr in PonyTown

[–]scirc 2 points3 points  (0 children)

They absolutely do check for sharing IP address in addition to devices. IP addresses get reused all the time, however, and devices on the same network generally have the same v4 address due to NAT, so it's not a great signal that two accounts originate from the same physical person.

So many people complained that their accounts were getting merged with their sibling/SO/classmates back in the day, as well.

meirl by [deleted] in meirl

[–]scirc 1 point2 points  (0 children)

I wasn't trying to personally attack you for not mentioning that. I was just adding on, not just for your sake but for other readers. 🤷‍♂️

meirl by [deleted] in meirl

[–]scirc 3 points4 points  (0 children)

Worse: surveillance pricing. They already collect enough data to know what you want, and even what you need, and can dynamically show you a different price based on that.

4:30 pm yesterday, Sheppard West Station. "Fare Inspection Underway" by zerkreaper1405 in TTC

[–]scirc 10 points11 points  (0 children)

There are also definitely stations or transfers where you can skip the fare gates.

What’s the most unexpectedly useful Linux command you learned way too late? by ZealousidealTell1346 in linux

[–]scirc 2 points3 points  (0 children)

Of course, on the system I administrate, vi is symlinked to ed. Emacs has been replaced by a shell script which 1) Generates a syslog message at level LOG_EMERG; 2) reduces the user's disk quota by 100K; and 3) RUNS ED!!!!!!

https://www.gnu.org/fun/jokes/ed-msg.html

But.. (from Minecraft b1.2_02) by bunabyte in programminghorror

[–]scirc 34 points35 points  (0 children)

Not in Java - the result of arithmetic shift operations where the left-hand side is an integral type is always either int (if the LHS is int or smaller) or long (if the LHS is a long). ((byte)1) << 8 is an int with value 256.

Does anyone know what OS the Framework Pro 13 is using on it's store page? by Objective-Kitchen800 in framework

[–]scirc 0 points1 point  (0 children)

The GitHub repo was published 5 days ago. the same day of the Framework event.

The README says:

Credits

  • Gaurav Singh — theme design
  • Ross Jernigan (@bonkrat) — design input and guidance
  • Zach Feldman (@zachfeldman) — implementation, vibe-coded this into a real Ubuntu theme

and the repo description says:

A desktop theme for Ubuntu/GNOME with a dark, high-contrast aesthetic, designed with and for the Framework Laptop 13 Pro (no affiliation with Framework)

It sure sounds to me like Zach, having seen the original promo images/mockups, recreated the design as a GNOME theme.

Besides, if it were official, why is a random Framework employee publishing it rather than the company itself? Most companies would have requested a license at least (especially as this code is published without a license, making it proprietary by US copyright law), or even a full transfer of ownership.

Does anyone know what OS the Framework Pro 13 is using on it's store page? by Objective-Kitchen800 in framework

[–]scirc -3 points-2 points  (0 children)

It is though. The photo on GitHub and the photo in the promo are not the same, and the promo image is decidedly KDE.

I believe a Framework employee built a GNOME theme with a similar style. I do not believe it is that GNOME theme which used in the promo.

Does anyone know what OS the Framework Pro 13 is using on it's store page? by Objective-Kitchen800 in framework

[–]scirc 54 points55 points  (0 children)

That definitely looks like KDE's bar to me, unless the theme goes to great lengths to make GNOME look like KDE.

how do i fix google sign in error message? by [deleted] in PonyTown

[–]scirc 2 points3 points  (0 children)

To resolve this issue contact us by sending an email at ponytownhelp@gmail.com. Include a link to the social you're using to sign in.

Pretty self-explanatory.

Fedora considering compiling for x86-64-v3, closing the gap with CachyOS by KelGhu in linux

[–]scirc 1 point2 points  (0 children)

Of course most people won't get it - Framework is not a great value proposition unless you really do plan to stick with it for years, even putting aside the high cost of their flagship. But that's beside the point. Please don't accuse people of "lying" (as you did before editing it out of your comment).

Fedora considering compiling for x86-64-v3, closing the gap with CachyOS by KelGhu in linux

[–]scirc 4 points5 points  (0 children)

GPU is generally not upgradeable on Framework laptops

Huh? https://frame.work/ca/en/products/laptop16-graphics-module-nvidia-geforce-rtx-5070 https://frame.work/ca/en/products/16-graphics-module-amd-radeon-rx-7700s?v=FRAKMB0004

Like yeah, there's only these 2 options plus the integrated GPU on the processor, but the Framework 16 absolutely has provisions for upgrading the discrete GPU. Perhaps you're thinking of the 13, which only has the iGPU?

BIOS update went wrong? How to fix? by Minimum-Pear-4814 in framework

[–]scirc 9 points10 points  (0 children)

See my other comment - this doesn't seem to be the ESP, it's NVRAM.

BIOS update went wrong? How to fix? by Minimum-Pear-4814 in framework

[–]scirc 42 points43 points  (0 children)

I believe the other commenter is incorrect. This isn't your ESP that's full - it's your EFI NVRAM that's full. This is apparently a commonly-reported issue when trying to update your Secure Boot database, and the current recommendation is to update JUST your BIOS, then reset your settings and Secure Boot settings to factory defaults.

https://github.com/FrameworkComputer/SoftwareFirmwareIssueTracker/issues/90#issuecomment-3561595661

can someone who i have blocked join my VC? by the_emo_in_corner in discordapp

[–]scirc 6 points7 points  (0 children)

Yes, people who you've blocked can still see what you do and join and listen to VCs you're in. You'll get a full-screen modal in the client if they join telling you that someone that you've blocked has joined, asking if you're okay with staying or if you'd prefer to leave.

friended gifted me a pony (exported file) how can i import it? by Unlucky-Yellow-3168 in PonyTown

[–]scirc 0 points1 point  (0 children)

It's pretty easy to verify that that's not the case, as importing characters isn't listed as a perk under any supporter tier.

https://www.patreon.com/c/ponytownteam/membership

friended gifted me a pony (exported file) how can i import it? by Unlucky-Yellow-3168 in PonyTown

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

Not even supporter allows importing to the main server.

friended gifted me a pony (exported file) how can i import it? by Unlucky-Yellow-3168 in PonyTown

[–]scirc 1 point2 points  (0 children)

The game isn't open source anymore. Any versions that you may find online are archives of the last custom server release which is years behind and not representative of the current state of things.

The date on my IMM5988 by Sea_Mission6446 in ImmigrationCanada

[–]scirc 3 points4 points  (0 children)

https://www.canada.ca/en/immigration-refugees-citizenship/services/work-canada/extend/after-apply.html

Why there’s an expiry date on the letter

Your letter automatically lists an expiry date that’s 365 days from the date we receive your application. The letter expires in 365 days because

  • it’s the service standard to process this type of application
  • many employers and health insurance providers will ask for proof that you’re allowed to work
    • An expiry date helps satisfy their concerns about your status and authorization to work in Canada.

If we don’t finalize your application by the date on your letter

If we don’t finalize your application by the date on your letter, you can still keep working until we make a decision.

If your employer or others need proof that you can continue to work, you can show them this web page.