-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathfeed.rss
306 lines (299 loc) · 19.8 KB
/
feed.rss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<?xml version="1.0" encoding="utf-16"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<atom:link rel="self" type="application/rss+xml" href="https://linksfor.dev/" />
<title>linksfor.dev(s)</title>
<link>https://linksfor.dev/</link>
<description>Curated links for devs</description>
<language>en</language>
<item>
<title>Electronic Arts</title>
<link>https://github.com/electronicarts</link>
<description>Electronic Arts, inspiring a global community of players to explore new ways to play every day - Electronic Arts</description>
<author> ()</author>
<guid>https://github.com/electronicarts</guid>
<pubDate>Fri, 28 Feb 2025 06:01:44 GMT</pubDate>
</item>
<item>
<title>Firefox: About Your Rights</title>
<link>https://www.mozilla.org/en-US/about/legal/terms/firefox/</link>
<description></description>
<author> ()</author>
<guid>https://www.mozilla.org/en-US/about/legal/terms/firefox/</guid>
<pubDate>Fri, 28 Feb 2025 06:01:44 GMT</pubDate>
</item>
<item>
<title>GitHub - LadybirdBrowser/ladybird: Truly independent web browser</title>
<link>https://github.com/LadybirdBrowser/ladybird</link>
<description>Truly independent web browser. Contribute to LadybirdBrowser/ladybird development by creating an account on GitHub.</description>
<author> ()</author>
<guid>https://github.com/LadybirdBrowser/ladybird</guid>
<pubDate>Fri, 28 Feb 2025 04:01:48 GMT</pubDate>
</item>
<item>
<title>Fixing Docker Performance in Aspire on Windows</title>
<link>https://goforgoldman.com/posts/aspire-docker-perf/</link>
<description>If you’re building .NET Aspire projects on Windows, you might be getting frustrated with the performance of your Docker containers. As a cross-platform developer, I switch between Windows and macOS frequently, and I’ve noticed a significant performance gap between the two platforms. Fortunately, there’s a simple solution to give your Docker containers a performance boost.</description>
<author> ()</author>
<guid>https://goforgoldman.com/posts/aspire-docker-perf/</guid>
<pubDate>Fri, 28 Feb 2025 04:01:48 GMT</pubDate>
</item>
<item>
<title>IBM Completes Acquisition of HashiCorp, Creates Comprehensive, End-to-End Hybrid Cloud Platform</title>
<link>https://newsroom.ibm.com/2025-02-27-ibm-completes-acquisition-of-hashicorp,-creates-comprehensive,-end-to-end-hybrid-cloud-platform</link>
<description>IBM announced it has completed its acquisition of HashiCorp, whose products automate and secure the infrastructure that underpins hybrid cloud applications and generative AI.</description>
<author> ()</author>
<guid>https://newsroom.ibm.com/2025-02-27-ibm-completes-acquisition-of-hashicorp,-creates-comprehensive,-end-to-end-hybrid-cloud-platform</guid>
<pubDate>Fri, 28 Feb 2025 04:01:47 GMT</pubDate>
</item>
<item>
<title>Vector Search at 10,000 QPS in PostgreSQL with VectorChord</title>
<link>https://blog.vectorchord.ai/vector-search-at-10000-qps-in-postgresql-with-vectorchord</link>
<description>VectorChord, the successor to pgvecto.rs, is a PostgreSQL extension for vector search, scaling up to 10,000 QPS with ease.</description>
<author> (https://hashnode.com/@lenery)</author>
<guid>https://blog.vectorchord.ai/vector-search-at-10000-qps-in-postgresql-with-vectorchord</guid>
<pubDate>Fri, 28 Feb 2025 00:02:15 GMT</pubDate>
</item>
<item>
<title>Using DeepSeek R1 for RAG: Do&#39;s and Don&#39;ts</title>
<link>https://blog.skypilot.co/deepseek-rag/</link>
<description>DeepSeek R1 has shown great reasoning capability when it is firstly released. In this blog post, we detail our learnings in using DeepSeek R1 to build a Retrieval-Augmented Generation (RAG) system, tailored for legal documents.
We choose legal documents because legal professionals often face a daunting task: navigating libraries of cases, statutes, and informal legal commentary. Even the best-intentioned research can get bogged down in retrieving the right documents, let alone summarizing them accurately.</description>
<author> ()</author>
<guid>https://blog.skypilot.co/deepseek-rag/</guid>
<pubDate>Fri, 28 Feb 2025 00:02:15 GMT</pubDate>
</item>
<item>
<title>What I Use to Make Diagrams</title>
<link>https://cubbk.de/posts/drawio-vscode-plugin/</link>
<description>There’s tools like Miro and Lucidchart which are very good for making diagrams and have cool multiplayer(gen z talk) features but with 2 major drawbacks:
separate from code not free The payed part can be ignored even though it’s a pain to switch tools every new company and not being to use it in personal projects but the separation from code does not cut it for me.
I’ve been using draw.io and exporting pngs for quite a while but recently I discovered a vscode plugin that fixed it all for me.</description>
<author> ()</author>
<guid>https://cubbk.de/posts/drawio-vscode-plugin/</guid>
<pubDate>Fri, 28 Feb 2025 00:02:14 GMT</pubDate>
</item>
<item>
<title>Jeremy A Boyd | The False Summit</title>
<link>https://jeremyaboyd.com/post/the-false-summit</link>
<description>A friend of mine is always calling me out for never finishing anything, and never writing anything, and never responding to him after 5 PM or on weekends. I&#39;m a bad friend, and I have accepted that, but he&#39;s always asking me about whatever my latest hyperfixation project is. Did I finish it; did I write a post about it; did I release it to the app store. The question is triggering because the answer is almost always &quot;no&quot;.</description>
<author> ()</author>
<guid>https://jeremyaboyd.com/post/the-false-summit</guid>
<pubDate>Fri, 28 Feb 2025 00:02:14 GMT</pubDate>
</item>
<item>
<title>iOS Mail Is Shite | Kev Quirk</title>
<link>https://kevquirk.com/blog/ios-mail-is-shite</link>
<description>I fell foul of a phish, thanks to the shitty iOS Mail app.</description>
<author> ()</author>
<guid>https://kevquirk.com/blog/ios-mail-is-shite</guid>
<pubDate>Fri, 28 Feb 2025 00:02:13 GMT</pubDate>
</item>
<item>
<title>Claude, Makers, and Managers</title>
<link>https://andrewbadr.com/log/34/claude-makers-and-managers/</link>
<description>Feb. 27, 2025</description>
<author> ()</author>
<guid>https://andrewbadr.com/log/34/claude-makers-and-managers/</guid>
<pubDate>Fri, 28 Feb 2025 00:02:13 GMT</pubDate>
</item>
<item>
<title>Devcontainers: I love you, I hate you</title>
<link>https://www.mitchellrysavy.com/blog/2025/02/26/devcontainers.html</link>
<description>When I joined GitHub in 2021, they were on the cusp of launching GitHub Codespaces. Codespaces is one part cloud IDE, one part VM; the key selling point is that you can go to any Codespaces-enabled repo in your browser, click “New Codespace,” and you’ll be launched into an environment where you can write, test, and commit code, without a lot of setup. This is powered primarily by Visual Studio Code’s devcontainer feature.</description>
<author> ()</author>
<guid>https://www.mitchellrysavy.com/blog/2025/02/26/devcontainers.html</guid>
<pubDate>Fri, 28 Feb 2025 00:02:13 GMT</pubDate>
</item>
<item>
<title>Vibe Coding With Aider: Tips And Tricks</title>
<link>http://mitchgordon.me/tools/2025/02/26/aider.html</link>
<description>I started using aider last month as a way to get back in shape after a long leave from work. Eventually aider sped me up a lot, but I had to learn some new ways of approaching development. It was different from using cursor in that you don’t really see the code until it’s being edited. This doc is a compilation of the notes I took as I worked on a few projects, which I think will be helpful to others using aider for the first time.</description>
<author> ()</author>
<guid>http://mitchgordon.me/tools/2025/02/26/aider.html</guid>
<pubDate>Fri, 28 Feb 2025 00:02:13 GMT</pubDate>
</item>
<item>
<title>Logs Matter More Than Metrics - HyperDX Blog</title>
<link>https://www.hyperdx.io/blog/logs-matter-more-than-metrics</link>
<description>Developers have a strange fascination with metrics and relatively little love for logs. Together, these are misplaced priorities.</description>
<author> ()</author>
<guid>https://www.hyperdx.io/blog/logs-matter-more-than-metrics</guid>
<pubDate>Fri, 28 Feb 2025 00:02:12 GMT</pubDate>
</item>
<item>
<title>Can I Build My Own JARVIS? Let’s Find Out.</title>
<link>https://slingingbits.com/building-my-own-jarvis/</link>
<description>For years, I’ve been fascinated by AI assistants. They are useful, sure, but they always seem to be missing something. We all want a JARVIS from Iron Man or the computer from Star Trek that just gets us and responds naturally. Of course, I fully realize how absurdly difficult</description>
<author> ()</author>
<guid>https://slingingbits.com/building-my-own-jarvis/</guid>
<pubDate>Fri, 28 Feb 2025 00:02:12 GMT</pubDate>
</item>
<item>
<title>When Scale AI doesn&#39;t cut it: doing data labelling in-house</title>
<link>https://www.ericbutton.co/p/data-labelling</link>
<description>We in-housed our data labelling and it&#39;s the best thing we did</description>
<author> ()</author>
<guid>https://www.ericbutton.co/p/data-labelling</guid>
<pubDate>Fri, 28 Feb 2025 00:02:12 GMT</pubDate>
</item>
<item>
<title>Know where you&#39;re going (and be open to change) | Kevin London</title>
<link>https://www.kevinlondon.com/2025/02/20/know-where-youre-going/</link>
<description>How having clear direction—while remaining open to change—shaped my journey from film school to software engineering, and why both focus and flexibility matter in any career.</description>
<author> ()</author>
<guid>https://www.kevinlondon.com/2025/02/20/know-where-youre-going/</guid>
<pubDate>Fri, 28 Feb 2025 00:02:12 GMT</pubDate>
</item>
<item>
<title>Hello Instant Infra</title>
<link>https://oschvr.com/instantinfra/2025/02/27/hello-instant-infra/</link>
<description>Introducing Instant Infra: A fun-focused content channel exploring cloud infrastructure through hands-on experiments, IaC challenges, and other deployments across multiple cloud providers.</description>
<author> ()</author>
<guid>https://oschvr.com/instantinfra/2025/02/27/hello-instant-infra/</guid>
<pubDate>Fri, 28 Feb 2025 00:02:10 GMT</pubDate>
</item>
<item>
<title>The Great HR Escape: Dodging Decisions in Anglophone East! - Raindrops and Sunshine</title>
<link>https://raindropsandsunshine.ca/the-great-hr-escape/</link>
<description>A concerning trend has come to light regarding the treatment of special needs students in the Anglophone East School District. The HR Dept</description>
<author> (https://www.facebook.com/Raindrops.and.Sunshine)</author>
<guid>https://raindropsandsunshine.ca/the-great-hr-escape/</guid>
<pubDate>Fri, 28 Feb 2025 00:02:10 GMT</pubDate>
</item>
<item>
<title>Flox | Nix and Docker containers: Why Not Both?</title>
<link>https://flox.dev/blog/nix-and-containers-why-not-both/</link>
<description>Nix, Flox, and containers are best when used together.</description>
<author> ()</author>
<guid>https://flox.dev/blog/nix-and-containers-why-not-both/</guid>
<pubDate>Fri, 28 Feb 2025 00:02:09 GMT</pubDate>
</item>
<item>
<title>nRootTag - Tracking You from a Thousand Miles Away!</title>
<link>https://nroottag.github.io/</link>
<description>SOCIAL MEDIA DESCRIPTION TAG TAG</description>
<author> ()</author>
<guid>https://nroottag.github.io/</guid>
<pubDate>Thu, 27 Feb 2025 22:01:48 GMT</pubDate>
</item>
<item>
<title>GitHub - electronicarts/CnC_Red_Alert: Command and Conquer: Red Alert</title>
<link>https://github.com/electronicarts/CnC_Red_Alert</link>
<description>Command and Conquer: Red Alert. Contribute to electronicarts/CnC_Red_Alert development by creating an account on GitHub.</description>
<author> ()</author>
<guid>https://github.com/electronicarts/CnC_Red_Alert</guid>
<pubDate>Thu, 27 Feb 2025 21:01:45 GMT</pubDate>
</item>
<item>
<title>EA just open sourced Command &amp; Conquer, Red Alert, Renegade and Generals</title>
<link>https://www.gamingonlinux.com/2025/02/ea-just-open-sourced-command-conquer-red-alert-renegade-and-generals/</link>
<description>I can&#39;t quite believe it either. Command &amp; Conquer, Red Alert, Command &amp; Conquer Renegade and Command &amp; Conquer Generals (inc. Zero Hour) have their code officially open sourced.</description>
<author> ()</author>
<guid>https://www.gamingonlinux.com/2025/02/ea-just-open-sourced-command-conquer-red-alert-renegade-and-generals/</guid>
<pubDate>Thu, 27 Feb 2025 21:01:45 GMT</pubDate>
</item>
<item>
<title>Solitaire — LocalThunk</title>
<link>https://localthunk.com/blog/solitaire</link>
<description>I have cited a few games as inspiration for Balatro in the past, but I wanted to talk about one in particular that hasn’t been mentioned much that arguably is the most important. I think if I had some kind of Balatro vision board, solitaire (Klondike) would be right in the middle of it with a big r</description>
<author> ()</author>
<guid>https://localthunk.com/blog/solitaire</guid>
<pubDate>Thu, 27 Feb 2025 19:01:43 GMT</pubDate>
</item>
<item>
<title>Release fish 4.0.0 (released February 27, 2025) &#183; fish-shell/fish-shell</title>
<link>https://github.com/fish-shell/fish-shell/releases/tag/4.0.0</link>
<description>fish’s core code has been ported from C++ to Rust (#9512). This means a large change in dependencies and how to build fish. However, there should be no direct impact on users. Packagers should see ...</description>
<author> ()</author>
<guid>https://github.com/fish-shell/fish-shell/releases/tag/4.0.0</guid>
<pubDate>Thu, 27 Feb 2025 17:01:47 GMT</pubDate>
</item>
<item>
<title>C# and Open Source Web</title>
<link>https://youtube.com/watch?v=hfaiwUrMRLE</link>
<description>Turn your videos into live streams with https://restream.io
Fritz is working on SharpSite, an open-source CMS we&#39;re building live on stream. https://sharpsite.org</description>
<author> (Fritz&#39;s Tech Tips and Chatter)</author>
<guid>https://youtube.com/watch?v=hfaiwUrMRLE</guid>
<pubDate>Thu, 27 Feb 2025 16:01:43 GMT</pubDate>
</item>
<item>
<title>Cut Cloud Costs with Terraform: Automate, Optimize, and Save Money - Chris Woody Woodruff</title>
<link>https://woodruff.dev/cut-cloud-costs-with-terraform-automate-optimize-and-save-money/</link>
<description>Cloud bills piling up faster than you expected? Terraform isn&#39;t just for deploying infrastructure—it’s also an awesome cost optimization tool! Instead of manually tracking expenses and hoping for the best, Terraform helps you: Monitor and control cloud costs before they spiral out of control. Automate cost-efficient resource provisioning (no more oversized VMs!). Enforce budget limits and alerts so there are no nasty surprises.</description>
<author> ()</author>
<guid>https://woodruff.dev/cut-cloud-costs-with-terraform-automate-optimize-and-save-money/</guid>
<pubDate>Thu, 27 Feb 2025 15:01:54 GMT</pubDate>
</item>
<item>
<title>NO Professional Experience: First Developer Job Resume Review</title>
<link>https://youtube.com/watch?v=2krJdHcYTmQ</link>
<description>A common situation for MANY developers: how to get that first job when you don&#39;t have any professional experience to include on your resume.
Let&#39;s discuss and review a submitted resume!
----
Want a chance to have your resume reviewed? Submit it to resumes [at] devleader [dot] ca!
----
&#128273; Membership &amp; Subscriptions:
- &#128232; Weekly Newsletter: https://weekly.devleader.ca
- &#127960;️ Private Discord Community: https://sidestack.io/devleader
&#129504; Courses:
- All Courses: https://www.devleader.ca/courses
- Get Promoted As A Software Engineer: https://dometrain.com/course/career-getting-promoted-as-a-software-engineer/?ref=nick-cosentino
- Nailing The Behavioral Interview: https://dometrain.com/course/career-nailing-the-behavioral-interview/?ref=nick-cosentino
- Getting Started with C#: https://dometrain.com/course/getting-started-csharp?ref=nick-cosentino
- Deep dive C#: https://dometrain.com/course/deep-dive-csharp?ref=nick-cosentino
- C# Zero to Hero BUNDLE: https://dometrain.com/bundle/from-zero-to-hero-csharp/?ref=nick-cosentino
- Reflection in .NET: https://dometrain.com/course/from-zero-to-hero-reflection-in-dotnet/?ref=nick-cosentino
- Refactoring For C# Devs: https://dometrain.com/course/from-zero-to-hero-refactoring-for-csharp-developers?ref=nick-cosentino
- [FREE] Intro to Software Development: https://www.youtube.com/playlist?list=PLzATctVhnsggb3lj53T8fJSK6LJQFUyKS
&#128483;️ Social Media &amp; Links:
- All My Links: https://linktr.ee/devleader
- Vlogs: @DevLeaderBTS @CodeCommute
- Blog: https://www.devleader.ca/
- TikTok: https://www.tiktok.com/@devleader
- LinkedIn: https://www.linkedin.com/in/nickcosentino
- Threads: https://threads.net/@dev.leader
- Twitter: https://twitter.com/DevLeaderCa
- Facebook: https://www.facebook.com/DevLeaderCa
- Instagram: https://www.instagram.com/dev.leader
- GitHub: https://github.com/ncosentino/
- Twitch: https://twitch.tv/devleaderca
- YouTube: https://youtube.com/@DevLeader?sub_confirmation=1
❤️ Affiliations &amp; Products/Services That I Love:
- @BrandGhostAI for all of my content creation: https://brandghost.ai
- AI shorts helper Opus Clip: https://opus.pro/?via=2f9e97
- VPS hosting from RackNerd: https://my.racknerd.com/aff.php?aff=9013
- VPS hosting from Contabo: https://www.jdoqocy.com/click-101028632-12454592
- Newsletter platform ConvertKit: https://convertkit.com/?lmref=c5X7KQ
- Newsletter referral system SparkLoop: https://dash.sparkloop.app/signup?aff=9fe76c8b
----
#softwareengineering #softwaredeveloper #softwareengineer</description>
<author> (Dev Leader)</author>
<guid>https://youtube.com/watch?v=2krJdHcYTmQ</guid>
<pubDate>Thu, 27 Feb 2025 15:01:49 GMT</pubDate>
</item>
<item>
<title>Introducing a terms of use and updated privacy notice for Firefox | The Mozilla Blog</title>
<link>https://blog.mozilla.org/en/products/firefox/firefox-news/firefox-terms-of-use/</link>
<description>UPDATE: We’ve seen a little confusion about the language regarding licenses, so we want to clear that up. We need a license to allow us to make some of t</description>
<author> ()</author>
<guid>https://blog.mozilla.org/en/products/firefox/firefox-news/firefox-terms-of-use/</guid>
<pubDate>Thu, 27 Feb 2025 13:02:15 GMT</pubDate>
</item>
<item>
<title>iMac G4(K)</title>
<link>https://jcs.org/2025/02/26/imacg4k</link>
<description>A year ago I tried using an M1 iMac for work duty but its 21&quot; screen took up too
much room on my desk.
After seeing
Sean&#39;s video on Action Retro
about putting an M4 Mac Mini inside an
iMac G4,
I thought I&#39;d give it a try.</description>
<author> ()</author>
<guid>https://jcs.org/2025/02/26/imacg4k</guid>
<pubDate>Thu, 27 Feb 2025 10:01:45 GMT</pubDate>
</item>
</channel>
</rss>