Komunitas
fedia.io
I riff on basically the same thing all week. 1 meal is (at least mostly) a salad with whatever fresh is lying around + dressing + cheese My other daily meal is brown rice (genmai), some kind of sauce (usually like sriracha), cheese, and whatever veg + protein is handy/cheap. I sometimes replace the rice with potato (baked but occasionally mashed) or corn tortillas. If your body is nice enough not to hate you, tons of wheat options there. In the colder months, I might also throw in the odd batch of chili + cornbread (sub wheat flour for rice flour, but you probably don’t need to do this) or some other soup/stew. I think learning templates is much more important than recipes since you can just riff on them with whatever you have to hand that’s within the budget. Recipes are good for the more fiddly things or treats. Edit: I bulk buy and freeze chicken (sometimes whole but usually thighs), pork, seafood, fish, etc. and supplement with local seafood when seasonal and tofu. I also buy lots of frozen veggies in bulk which, in most places these days, are better in terms of flavor and nutrition than canned. I also grow what I can, but I realize that’s not going to be possible for everyone at significant amounts (though growing some greens and herbs is probably doable by almost anyone; I’ve also grown chilis in PET soda bottles in windows). Edit2: full disclosure: once a week we grab something take-out from the grocery, usually sushi since we love it and basically everything else runs afoul of my wheat issues.
Komunitas
lemmy.fmhy.ml
Money
Komunitas
lemmy.world
which must be used in conjunction with Pulseaudio Why? Just why? any kind of multimedia work, it doesn’t really matter and you can just stick with whatever comes pre-configured on your distro. But my vote goes to Pipewire as the best server for pretty much anyone. Or gaming. PulseAudio has insane latency. Use JACK or no server(that means use ALSA). Maybe Pipewire has tolerable latency, but I didn’t test it myself.
Komunitas
lemmy.ml
So how do I to install flatpaks? (Install flatpak CLI in the template and use it on the qube?) When I’m doing a Kali template it doesn’t give me all the apps that are present in Kali. And if I want to use Parrot? Or setting a vulnerable system, what is the way of doing VMs in Qube? Do we need to install Qemu on top or using the default system is okay?
Komunitas
azorius.net
I got tired of bots crawling the user pages for remote users. So anything that’s @remote is 404 unless you’re logged in. It should maybe not be linked, that’s an oversight in the template. Have to find all the places. Big picture, I’m still debating how to handle search engines and remote content. On the one hand, I think forum posts should be searchable, so don’t want a blanket robots.txt. But I don’t want to become the authority for remote content by accident. I think there’s a \ tag to be use. That should be good enough. Other ideas I had were putting all remote content under an /x/ route, but it starts getting complicated using all the right urls in all the right places. Or maybe not? I think it’s mostly abstracted. Could be done. The other evil idea is to send back 404 status codes, but still return the content, so it looks like a normal page to browsers but engines will ignore it. I don’t know if I want to open this rabbit hole. So, short answer is, somewhere in the template, if you’re not logged in, those user links should not be added. But I’m curious where you see a link to [email protected] on azorius.net. That should not happen.
Komunitas
alien.top
I see. What I did for this incident specifically was to get a list of all the commands that were ran and of course, directly into the document, so it will be a template for future things but, I would like to make it more formal, as to something I can rely on completely, of course knowing that every incident is different, I would like to make some practices as to an incident or trying to reproduce a specific simple vulnerability. Perhaps I’m getting also ahead of myself, as there may be other things for pen testing or to implement environments like docker. I’m just thinking how it could be applied, like an org file that everyone can download and learn how this specific vulnerability is, and how can it be tried with curl against a specific environment also made in the org mode file, in this case the guix command for a container. Is this possible with Distros like Debian or Redhat?, in which case I would go for the most faster and simplest route, as I’m not sure if I want this just as a study for me (and having these tests available open source) or it can actually be used for something on the field. I haven’t heard about serverspec nor Inspec, I will read about them. Its a little hard to get my head around your stack yet, I really appreciate your response.
Komunitas
lemmy.world
I’m starting the Swift UI course today, Day 1 ✨ Background: I’m a front-end web developer and designer with 10 years experience. Day 1: Nothing too new here from JavaScript except that “let” not variable like it is in JS. Day 2: I accidentally continued through to Day 2 and completed the checkpoint. Again, feels similar to JS and TypeScript which is nice. I like that Swift is strict about mixing types with the addition operator. Day 3: Sets are neat. JS has these too, but now I feel I’ve neglected the feature and maybe I should use them more. Day 4: Completed Checkpoint 2 and feeling good. I’m sure that in a few weeks I’ll be missing these easier lessons. Day 5: Nothing too new 🤷♂️ I might cheat and do Day 6 this evening. Day 6: I skipped ahead to Day 6 and completed the FizzBuzz checkpoint. Day 7: Tuples! I like it. Day 8: I continued and did Day 8 too with Checkpoint 4. I stumbled across the pattern match operator which is a pretty nice convenience feature. (e.g. 0...100 ~= number) Day 9: Closures and the trailing closure shorthand are awesome. Love it. Day 10: Also love reactivity built into the language with computed properties and observers. Day 11: Starting to get a little harder now in Checkpoint 6. The access control features for structs are something new to me because I never found myself using classes much in JS. Day 12: Checkpoint 7 complete 💪 I also sidetracked myself by watching Apple’s designing for visionOS videos. I’m very excited to explore that platform after this course. Day 13: Protocols with extensions hurt my brain a bit. Day 14: Took me some time to get used to the if let and guard let syntax. Seems neat though! And the other stuff like nil coalescing and optional changing are the same as in JS so nothing new there. This felt like a little bit of a mental rest day after that extension stuff. Day 15: Easy recap day. Except, I accidentally went to the Day 25 Rock/Paper/Scissors challenge and nearly completed it until I got to the view bits. Whoops. Day 16…18: Project 1 was simple and fun. Loving the clean readability of SwiftUI templates. Day 19: Unit conversion challenge complete. Absolutely love that units and conversion are built right into SwiftUI—so convenient! This would have taken so much longer in JavaScript. Day 20…22: Aww yeah, got to flex my creativity with Project 2’s Flag Game. Went a bit off the rails and added a fun spinning rainbow effect to the background. Day 23…24: Project 3 was a nice recap. I really appreciated the explanation about ViewBuilder, TupleView and all of that because that felt like rule-breaking magic before. Now it makes sense what’s happening under the hood. Day 25: Came back to the rock/paper/scissors challenge and didn’t quite have the steam to complete it. Gonna come back to this. Day 26…28: Had no idea machine learning would be incorporated so early into the course, but that was neat! Making training data seems by far the hardest part—the process of using it was a breeze. Very cool stuff. Day 29…31: I don’t like the ominous sound of “this is the last easy project” but I enjoyed making this word game nonetheless. Also, withAnimation is absolute magic and I love it so so much. Day 32…34: Yeah animations in SwiftUI are dope. Easy and performant like I’m used to with CSS animations, but more easily made to react to UI state changes. Day 35: I got stumped on this challenge for a while. The biggest issue was that I goofed the number formatter for an input, and then went down a rabbit hole with the data structure because I assumed that was the issue. I have a basic solution working, but I’d like to come back to this and polish it. Day 36…38: Codable is very interesting and not what I would have expected data syncing to look like. Love the simplicity though. Just take the data, encode it and save it on the device. Day 39…42: Moonshot project complete ✅ And I got to learn about the SFSymbols app when doing the challenge prompts at the end. Pretty amazing icon library and now it has animations baked in? So cool! Day 43…46: Learning about drawing shapes was neat. Truthfully though, I skimmed this part a bit because I don’t see myself using it too often. Day 47: This challenge felt like a bit of re-tread but it was good to refresh that knowledge! Day 48: I’m not much of a Star Wars guy so I think the appeal of this video was lost on me, haha. Lots of good info—some of which went over my head—that I’m looking forward to learning more about in the coming lessons. I’ll keep editing this post as I go along to share my progress!
Komunitas
infosec.pub
Yes, specifically with a hierarchical management structure for productive work. The idea is to put together a standard template for people to use to found these companies. Are you aware of a comparable template? EDIT: Just wanted to expand a bit on this. In my research I did come across this document, which is a template for a set of bylaws for a co-op. It has a Board and it does have a President, but the President’s responsibilities are as follows: “preside at board and membership meetings and will exercise and perform such other powers and duties as may be assigned from time to time by the board of directors.” So it lacks a CEO or any kind of executive officer, and unlike my AoA, it doesn’t mention business plans at all. I have other issues with it, but I did consider it when writing my template.
Komunitas
lemmy.ca
No, it’s a fucking monopoly 30% extortion fee. Like honestly, have you ever even seriously contemplated running a business in your life? What do you think you pay 30% of REVENUE for? Go ahead and list of out expenses for any normal business that chew up 30% of revenue. We’ll wait to see how comparable they are to the glory that is Steam’s two decade old launcher and blob storage account.
Komunitas
feddit.nl
it’s mostly just to train AI how to draw a duck. and then down the rabbit hole we go. so next template… draw a rabbit. should really be a sublemmy for this funnybusiness