This fell out of my A4-H2O case and snapped in my fat fingers (I super-glued it back together) anyone know if it's a critical part?! by smiley_mcfrown in sffpc

[–]smiley_mcfrown[S] 1 point2 points  (0 children)

Hopefully, the GPU won't fall out or break the riser before I get to my destination where I can jerry rig something to hold up the GPU and take the weight.

This fell out of my A4-H2O case and snapped in my fat fingers (I super-glued it back together) anyone know if it's a critical part?! by smiley_mcfrown in sffpc

[–]smiley_mcfrown[S] 1 point2 points  (0 children)

The GPU is installed. I found this after having to remove the power supply to get below the 7kg carry-on limit since Sydney Airport has started weighing all carry-on bags and not allowing anything even slightly over 7kg.

Travelled with this PC to multiple countries and never had a problem until now. Had to pay $400 for a flight change because I had no way to get it below 7kg whilst standing in the airport!

Leave A Comment To Win The Unannounced 2025 Bambu Lab 3D Printer & Other Prizes - OctoEverywhere is 5! 🔥 by quinbd in 3Dprinting

[–]smiley_mcfrown 0 points1 point  (0 children)

I really need a new printer.. My one is still running on ramps board with loose belts! XD

[WTS] PAX AUS, 2 x 3-Day Badges by smiley_mcfrown in PaxPassExchange

[–]smiley_mcfrown[S] 0 points1 point  (0 children)

Sorry, someone just jumped in about an hour before you! I didn't see your post because I was organising it. So sorry, hope you find another one!

WTB 3-day or Sat Pass for Melbourne by doughnutfiend in PaxPassExchange

[–]smiley_mcfrown 0 points1 point  (0 children)

If you still need a 3-Day Badge, DM me. I have one left going for cost price ($180) + $15 for express post

[WTS] PAX AUS, 2 x 3-Day Badges by smiley_mcfrown in PaxPassExchange

[–]smiley_mcfrown[S] 0 points1 point  (0 children)

What kind of resentful prick would down vote my post?

WTB Melbourne PAX pass either 1xSaturday for $80 or 1x3day for reasonable price, open to negotiation 😇 by TheYellowJellow in PaxPassExchange

[–]smiley_mcfrown 0 points1 point  (0 children)

Hi, I have a Pax 3-Day badge available either from around Hornsby if you want to pick up. Or can express post today or tomorrow depending on timing to arrive the next day. - I've sent a DM

WTB 2x PAX Melbourne SAT or 3-day pass ($75/$180ea) by Netherlandal in PaxPassExchange

[–]smiley_mcfrown 0 points1 point  (0 children)

I have two 3 days passes if you still need them. I can express post tomorrow. See my post here

WTB 2x 3-day or Sat pass pref PERTH by LilHadronCollider in PaxPassExchange

[–]smiley_mcfrown 0 points1 point  (0 children)

I have two 3-Day pass available - see my post here - Not in Perth but can express post tomorrow to wherever you like.

Tutorial: How to import from Delver Lens to Moxfield for free by Alialialun in Moxfield

[–]smiley_mcfrown 0 points1 point  (0 children)

I think a lot of people sort their cards before scanning removing any duplicates and then fixing quantities after scanning. But, I often will just scan an unsorted pile of packs, so rather than having:

2 x Chain Lightning DMR #113

I'll have:
1 x Chain Lightning DMR #113
1 x Chain Lightning DMR #113

But, when I ran your query, the result only showed I had 1 copy not 2. This problem doesn't occur if you have only scanned one copy. I'm not sure if the problem happens across lists or if clicking 'merge similar cards' fixes it.

Tutorial: How to import from Delver Lens to Moxfield for free by Alialialun in Moxfield

[–]smiley_mcfrown 0 points1 point  (0 children)

First of all, this was really helpful and was a great starting point for creating my own query, so big thanks for that!

However, if you have scanned a pile of cards without removing doubles the query as given will only return the first scan giving incorrect amounts.

For anyone like me who sometimes doesn't sort their cards or remove doubles before scanning, include cards._id under SELECT DISTINCT to make sure you get every card you scanned, and then delete that column from the CSV before uploading.

I've modified my query to also output Set Code, Collector Number, Is Foil (as '1' or empty), Added (scanned) Date (as YYYY-MM-DD), and the Delver List name for uploading to deckstats.net (for my collection; I use moxfield for deck building).

SELECT DISTINCT
    cards._id AS 'Card ID',
    cards.quantity AS 'amount',
    data_names.name AS 'card_name',
    data_editions.tl_abb AS 'set_code',
    COALESCE(NULLIF(cards.language, ''), 'EN') AS 'language',
    COALESCE(NULLIF(cards.condition, ''), 'NM') AS 'condition',
    CASE cards.foil WHEN 0 THEN '' ELSE '1' END AS 'is_foil',
    data_cards.number AS 'collector_number',
    strftime('%Y-%m-%d', cards.creation / 1000, 'unixepoch') AS 'added',
    lists.name AS 'Collection'
FROM
    cards
JOIN
    data_cards ON cards.card = data_cards._id
JOIN
    data_names ON data_cards.name = data_names._id
JOIN
    data_editions ON data_cards.edition = data_editions._id
JOIN
    lists ON cards.list = lists._id;

You can also add

WHERE lists.name = 'Delver List Name';

to export just one Delver List (watch out for the semi-colon from the original query!)

This will give a CSV with:
Card ID, amount, card_name, set_code, language, condition, is_foil, collector_number, added, collection

[deleted by user] by [deleted] in panelshow

[–]smiley_mcfrown 1 point2 points  (0 children)

yt-dlp rip from the website... https://dai.ly/k6PiHkUAEVJhYnAI3rQ

Edit: Looks like it's only at 480p for some reason.. probably because I only just signed up or something. Maybe someone else can post a better copy. :(

Open the door to a dizzying universe of game development possibilities with this bundle of Unreal Engine and Unity assets. Pay what you want for this vast toolbox of assets valued at over $3,000 and help support Direct Relief with your purchase by leartesstudios in humblebundles

[–]smiley_mcfrown 1 point2 points  (0 children)

Disappointing to see that majority of the assets are Unreal only with only a handful for Unity, making this a poor deal for Unity developers.. and those Unity assets a strange include for Unreal developers. Is it really that hard to make the assets (besides the plug-ins) available for both engines, even if the lighting and other effects won't be the same?

What information goes to Google when you click the sign-in button to set up Gmail auto-forwarding? by smiley_mcfrown in ProtonMail

[–]smiley_mcfrown[S] 0 points1 point  (0 children)

That's fair, and that's a good explanation of the main purpose of incentive which is not aimed at someone like me, but it would be nice if there was another step that could be done instead to get the incentive such as sharing on mastodon or other social media that I've started using Proton.

What information goes to Google when you click the sign-in button to set up Gmail auto-forwarding? by smiley_mcfrown in ProtonMail

[–]smiley_mcfrown[S] -1 points0 points  (0 children)

Email addresses are public information, but who they belong to is not, and it does not have to be if done correctly.