pe1uca

joined 2 years ago
MODERATOR OF
[–] pe1uca@lemmy.pe1uca.dev 4 points 10 months ago (2 children)

I'm not saying to delete, I'm saying for the file system to save space by something similar to deduping.
If I understand correctly, deduping works by using the same data blocks for similar files, so there's no actual data loss.

[–] pe1uca@lemmy.pe1uca.dev 3 points 10 months ago

I've only played P5 and currently P5R.
The RPG part is amazing, the story, combat, dungeon crawling, interactions, etc, and all the other comments people had already made.

My only con for it would be the strictness of the schedule to do the story. Yeah, it's also an interesting part of the game which differs from other RPGs, but it's frustrating you might permanently lose something because you planned it a bit off or selected the wrong dialog option with a confidant so you don't have enough points which makes you have to spend an extra day with them to increase their rank.
Either you follow a guide or you accept the idea of missing some parts of the history.

And even then with a guide I think I might as well not experience everything since I won't go to visit some of the places to hang out with confidants, only the main ranks and that's it.

Also, you can't focus on finishing a confidant because I think all of them have some requirement, or they are not available that day, so you need to do other stuff.
For example, Yoshida is only available Sundays, Kawakami IIRC is also only the last days of the week, but not weekends and only during the evening.

But I plan to also play P3 and P4 since the stories are so good.


My recommendation for the next post would be series of Monster Hunter, Paper Mario, or Kingdom Rush.

[–] pe1uca@lemmy.pe1uca.dev 19 points 10 months ago (1 children)

Well, seems they already had the vaping sensors implemented and they're just announcing the notifications implementation... How hard is to just build am android app that displays a list and a popup?

[–] pe1uca@lemmy.pe1uca.dev 7 points 10 months ago

but often lead developers to just display them in the frontend

Oh boy I feel this one.
My API is meant for scripting (i.e. it's for developers and the errors are for developers), but the UI team uses it and they just straight display the error from their HTTP request for none technical people which might also not get to know all the parameters actually needed for the request.
And even when the error is in fact in my code, and I sent all the data I need to debug and replicate the error, the users can't tell me because the UI truncates the response, so the user only sees something like Error in pe1uca's API: {"error":"bad request","message":"Your request has an error, please check th... (truncated). So the message gets truncated and the link to the documentation is also never shown .-.

[–] pe1uca@lemmy.pe1uca.dev 2 points 10 months ago

Don't know what are the changes since 7807 (which this one obsoletes) but this article helped me quickly understand the first one, hopefully it's still somewhat relevant.
https://lakitna.medium.com/understanding-problem-json-adf68e5cf1f8

[–] pe1uca@lemmy.pe1uca.dev 4 points 10 months ago

Think of a URL and its dots like folders in your drive where each can have different files in each of them even if they have the same name as another folder.
They're just written in reverse order.
(Also a whole lot of other differences and other technical details on how to actually make the site work, but for your question we can just keep at this)

So, you have the social root folder (Top Level Domain) which contains many sub folders, one of them is mastodon and another is piefed.
Each have their own files to render their UI and process the requests they receive, but they don't talk to each other, even when they might have some files and requests with the same name.
The same way you have in your home folder your documents, pictures, videos, downloads, etc.
And yeah, they can go even deeper, my lemmy instance is lemmy.pe1uca.dev, not just lemmy.world like for this community.
I could have mastodon.pe1uca.dev if I'd like.

[–] pe1uca@lemmy.pe1uca.dev 1 points 10 months ago (1 children)

This is one of the exceptions.
This reform will make judges be able to be voted by the people, and all the world knows the implications of that in Mexico's elections.
It also removes a lot of the requirements to the candidates.

Currently there are cases of people trying to get judicial protection against laws the executive is pushing which the legislature blindly approved since they were put in there by the ruling party. Now imagine if that ruling party was also deep into the judicial system, the people wouldn't have anyone to turn to ask for help.

And that's what investors are concerned about, investing in Mexico and losing everything because there's no one to stop what the president says.

[–] pe1uca@lemmy.pe1uca.dev 3 points 10 months ago* (last edited 10 months ago) (1 children)

I had a similar case.
My minipc has a microSD card slot and I figured if it could be done for a RPI, why not for a mini PC? :P

After a few months I bought a new m2nvme but I didn't want to start from scratch (maybe I should've looked into nix?)
So what I did was sudo dd if=/dev/sda of=/dev/sdc bs=1024k status=progress
And that worked perfectly!

Things to note:

  • both drives need to be unmounted, so you need a live OS or another machine.
  • The new drive will have the same exact partitions, which means the same size, so you need to expand them after the copy.
  • PS: this was for a drive with ext4 partitions, but in theory dd works with the bytes so it shouldn't be an issue what fs you use.
[–] pe1uca@lemmy.pe1uca.dev 3 points 11 months ago

P5R, almost done with the 2nd palace.
I'm following a guide to experience everything in one play through since I've already played the original one and this one on PS4, now this is in PC.

[–] pe1uca@lemmy.pe1uca.dev 52 points 11 months ago (2 children)

What?
Well, I can only speak for myself, I'm not here to follow users but communities.
And if someone wants to follow me I'd see it as kind of annoying for them seeing all the different topics I post and comment instead of something focused.

IMO the ability to see Mastodon interactions in Lemmy and vice-versa is quite annoying since they use the same protocol for different experiences.

[–] pe1uca@lemmy.pe1uca.dev 13 points 11 months ago (1 children)

I would if I'd be able to run my own models, it'd be better than having to connect to my server.
But AFAIK these features won't be available to all developers, so I'm guessing only Google apps will be able to properly use the potential of the phone.

[–] pe1uca@lemmy.pe1uca.dev 1 points 11 months ago (1 children)

Nice, that's mostly what I need!
The only thing missing now are the parameters needed to launch with the correct workout

2
submitted 2 years ago* (last edited 2 years ago) by pe1uca@lemmy.pe1uca.dev to c/reddit@lemmy.ml
 

Just did a quick update to the add on, mainly to be able to quickly enable it and disable it, just clicking an icon in the URL bar.

https://addons.mozilla.org/en-US/firefox/addon/reddit-to-wayback-machine/

Also open sourced it
https://github.com/pe1uca/reddit_wbm/releases/tag/v2.0.0

 

Before the blackout I saw some of the posts about helping archive.org to store all reddit, and AFAIK they completed it.
Also, checking stuff to deploy lemmy and help the project I stumbled upon the problem I've seen a lot of us have: we search for solutions on reddit.
Most of the times is just to read, not to actually create a post, so I created this addon for Firefox to automatically ask web archive for the page instead of reddit.

https://addons.mozilla.org/en-US/firefox/addon/reddit-to-wayback-machine/

A few caveats and stuff I'll improve later,
It forces to old reddit since new reddit doesn't load everything at once so the snapshot is incomplete.
It forces all the times you search reddit, so if you want to actually visit reddit to interact you need to disable the addon.
It doesn't handle the case when there's no snapshot :P
It's only for Firefox because it uses webRequests, I don't know yet how to implement this using MV3 to upload it to the chrome store.

 

Seeing active users or users per day.

 

Salut à tout!

J'habite à Montréal mais parle très peu français. Je sais que Je dois de pratiquer plus mais car Je seulement télétravail c'est un peu difficile de parler avec quelqu’un.
Donc Je vais profiter le blackout de l'autre site pour commencer à poster ici au français :)

SVP corrigez-moi tout ce que vous voyez.

J'ai quelques questions:

  • Peut pis être utilisé toujours au lieu de et? Je comprends que c'est mot est très Quebecois, c'est vrai?
  • Quels autres mots nous pouvons utiliser pour savoir si un texte a été écrit pour les Quebecois? Par example, un ami m'a dit que le mot "repas" est plus utilisé en France qu'au Quebec où le mot "bouffe" est utilisé.
    Je demande ça car Je veux savoir quand la localisation de quelque chose est pour chaque lieu.
    Au Espagnol Je sais que si Je vu "vos" le texte a été écrit pour Espagne ou Argentine ou certains autre pays au lieu du Mexique.
  • Y a-t-il des exceptions à la liaison? Je suppose que l'un est et car Je l'ai jamais écoutée là.
view more: ‹ prev next ›