fixmycode

joined 2 years ago
[–] fixmycode@feddit.cl 2 points 2 days ago
  1. Odin Sphere
  2. not a lot more
[–] fixmycode@feddit.cl 2 points 1 month ago (2 children)

it's Cmd+Backspace, and moves the file to the trashcan, it doesn't delete it

[–] fixmycode@feddit.cl 6 points 1 month ago (1 children)

the problem I have worth my robo vacuum is hair, I live with a long haired human and a long haired cat, so the vacuum needs constant maintenance. I normally resort to a broom...

[–] fixmycode@feddit.cl 1 points 1 month ago

there's a not so small possibility that development of meat growing tech and patent expression will give us a niche market of not-available-before-for-ethical-reasons meats, like white rhinoceros burgers, cat and dog steaks, human fillets.

[–] fixmycode@feddit.cl 2 points 2 months ago

I was watching the finale with my partner. I started to tear up during the "science besties" speech. She asked me why, it's just a cartoon! It broke my heart to know this was the last ride on the Cerritos for the foreseeable future. To be fair I had a similar emotional reaction when I saw the TNG finale and I'm having an smaller reaction while writing this.

jeez I need to find therapist.

[–] fixmycode@feddit.cl 70 points 2 months ago

talking to girls is not that hard, dude

[–] fixmycode@feddit.cl 3 points 3 months ago

the movie is just a long take of a young James T. Kirk driving a convertible while listening to the Beastie Boys. The movie ends as he drives it into a canyon.

~~I'd probably watch it~~

[–] fixmycode@feddit.cl 2 points 3 months ago

you have access to the internet, an eng degree and you at least write English fairly well. Are you looking for only local jobs? how about remote opportunities? Many companies will hire remote work with no experience, there's also job brokers, where you are hired for a project and then moved to another. These are by no means the best kind of job, but they can get you back on your feet.

[–] fixmycode@feddit.cl 1 points 3 months ago (1 children)

why oh why does every character has an "archetype"?

[–] fixmycode@feddit.cl 14 points 3 months ago (4 children)

like, how many Star Trek communities do you need, right?

[–] fixmycode@feddit.cl 2 points 4 months ago

Demi Lovato's first album, Don't Forget. It absolutely slaps but it's difficult for me to talk about it.

 

ES: Una comunidad para conversar de entretenimiento de cartón en Español

Juegos de Mesa

!juegosdemesa@feddit.cl

 

I gifted the Pokemon Battle Academy set this year to my nephews (both 9yo). BA is boxed like a board game, it has three decks, two basic decks which are pre-sorted to play a tutorial game, and one advanced unsorted deck, along with guides for playing both decks, a full game guide, coin, damage counters, and a board which guides you on how to play. I also bought them sleeves and a couple of boosters that I told them they could use later.

I was there when they opened the box, told them about how I convinced their grandpa when I was their age to get me my first deck, and how I didn't play with anyone for a long time because no one in school had cards, and how lucky they were to have each other to play with. In the spirit of letting them do their Christmas thing, I told them "do you need me to teach you how to play?" they said they were ok, and I went to do other things around the house.

15 minutes later I come back and all cards are basically scattered around the room. One of my nephews is negotiating to trade 20 cards of their pre-constructed deck for the holo that comes on the other's deck. The advance deck is nowhere to be found, it's probably now part of their mega deck. The board, counters, coin and guides are still in the box.

They never battled, but all in all, they stayed trading cards all morning until they had to leave. One of them showed the other how to open their boosters the way youtubers open them (by putting the rare ones at the end for maximum content) and the importance of sleeving their holos.

I guess collecting is more fun these days. I'm happy they found joy in that.

Maybe we battle next year.

 

Cash grabs aside, I really enjoy a good biopic. I'm between David Bowie and Michael Jackson

 

Let's say I have the following structure:

my_module/
  __init__.py
  utilities.py

and __init__.py contains

from .utilities import SomeUtilityFunction

Is there a way to prevent or alert developers when they do

from my_module.utilities import SomeUtilityFunction

instead of

from my_module import SomeUtilityFunction

The problem arose when a few modules started using a function that was imported inside a module in which it wasn't used, while also being available on the module's __init__.py, so after linting the file and removing the unused import my tests started failing.

any other advice for situations like this?

 

Insert Link dialog is inserting a ! symbol before the URL? which makes Boost not render it as a link, I don't know if that's the behavior on web Lemmy.

Repro:

  • Start a new post or comment
  • Press the link button on the toolbar
  • Fill the form and insert the link
  • The resulting markdown looks like this:

![Some URL](https://example.com)

If you press the preview (magnifier) button, it doesn't show as a link, and this continues after you post the new message

The other thing is that both fields of the Insert Link dialog have the placeholder "URL". I know the icons are different but at first glance I found it confusing

1
submitted 2 years ago* (last edited 2 years ago) by fixmycode@feddit.cl to c/lemmydev@lemm.ee
 

I'm in the process of developing a bot. My intention is to scan all comments regardless of depth in a given community up to a certain date, so it receives only the comments made since the last request. I want to play nice so I'm also trying to do it on the less amount of queries possible.

The community I'm testing this is fairly small, it has 40 comments total, but the problem is that when I request comments without specifying max_depth, and sort ordered by New, I receive only 10 comments, if I try to specify page, or limit, I get an error {"error":"couldnt_get_comments"}.

If I don't specify page or limit, and set an arbitrary number for max_depth, like 4, I get the 40 comments I'm expecting.

My question is: what's the correct way to request comments? My intention is doing something similar to an user pressing "Comments" on front of a community, like calling the community URL with params ?dataType=Comment&page=1&sort=New

 

I made a similar post on selfhosted recently but I wanted to ask if anyone has experience with these x86 fanless PCs that are sold on AliExpress and similar stores.

Particularly, I've been looking at the ones based on the N5100 Celeron processor. Brands that I've found sell similar units are x86pi and Protectil. They're normally marketed for industrial and firewall use cases. I really want to use them to run containerized HA and Plex.

I want to know how's the heat, and if you see this no-moving-parts device as a real alternative to raspberry pies. I'm allergic to fan noise (jk)

 

Hello, I'm quite new to the self-hosted experience, and so far I've been running my services from a RPi3b, and I'm looking to upgrade.

One of requirements is that the system is silent and cheap to run. Also, it should be mostly self contained. My Pi is in a passive cooled aluminum case.

So I've been looking at options and stumble upon the Bmax N1 plus, it's a cheap, passive cooled, low power Celeron machine with a bunch of internal storage options. I've seen a couple of critics in yt saying that is too slow for console emulation, but how about running services?

Other option I've checked out was the Zima board, but the whole naked computer aspect is not particularly to my liking and I don't have the tools to build a nice case for it.

I'm mostly interested in running home assistant and jellyfin.

view more: next ›