-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.html
More file actions
420 lines (420 loc) · 13.7 KB
/
Copy pathtools.html
File metadata and controls
420 lines (420 loc) · 13.7 KB
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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Carlo Bisda</title>
</head>
<body bgcolor="#0" text="#ffffff" link="#6699cc" vlink="#ff3333">
<br>
<b><strike>Carlo Bisda</strike></b>
<a href="http://carlobisda.github.io">Home </a>
<a href="about.html">>About Me</a>
<a href="blog/blog.html">>Blog</a>
<a href="projects.html">>Projects</a>
<a href="writings.html">>Writings</a>
<a href="paradigm.html">>Paradigm</a>
<a href="links.html">>Links</a>
<br>
<p>
An overview of all the computing tools I currently employ for projects<br>
and for play as well. My philosophy regarding computers or technology in<br>
general is not having the most powerfull tool in the shed - I find more<br>
joy in re-speccing old gear for modern usage.
</p>
<p>
Some aspects I don't mind having the best of the best, like guitars or where<br>
performance really matters (like cars or some electronics) - the bliss of squeezing<br>
every bit of power you can from a more weathered machine is absolutely fantastic.
</p>
<h4><u>Hardware</u></h4>
<p>
.....
</p>
<p>
<b>PrimeZuko</b>:
<table>
<tr>
<td>CPU:</td>
<td>Intel i7-6700K</td>
</tr>
<tr>
<td>GPU:</td>
<td>Radeon RX 580</td>
</tr>
<tr>
<td>RAM:</td>
<td>Corsair 2x16GB DDR4-3200</td>
</tr>
<tr>
<td>Motherboard:</td>
<td>Gigabyte Z170X-Gaming 5</td>
</tr>
<tr>
<td>Storage:</td>
<td>250GB SSD</td>
</tr>
<tr>
<td>PSU:</td>
<td>?????</td>
</tr>
<tr>
<td>Cooling:</td>
<td>RGB Fans</td>
</tr>
<tr>
<td>Display:</td>
<td>Dell U2212HM, HP w1907</td>
</tr>
<tr>
<td>OS:</td>
<td>Windows 10x Pro x64</td>
</tr>
<tr>
<td>WM:</td>
<td>Explorer</td>
</tr>
<tr>
<td>Keyboard:</td>
<td>RisoPhy 104 Keys Full-size Mechanical Gaming Keyboard</td>
</tr>
<tr>
<td>Mouse:</td>
<td>Zelotes C-12 Custom Gaming Mouse</td>
</tr>
</table>
</p>
<p>
What started as a hand me down PC case and PSU from my little brother turned<br>
into pretty much a full PC lol.
</p>
<p>
This my daily driver, I mainly use to program, techie stuff or browse the<br>
youtubez - I occasionally game on this if I feel like it. Mostly used for<br>
research purposes, some programming here and there and trading ideas.
</p>
<p>
I recently upgraded my GPU to a RX 580, it's been a week. Just waiting to see<br>
if there are any kinks running normal, I might decide to overclock it, not really<br>
sure. Also upgraded to an I7-6700K coming used from ebay. Once I tasted how quick<br>
i7s' were compared to everything else, I could not go back. I was thinking of getting<br>
the 7xxxK series but after some research, there wasn't really a big gap in performance<br>
between them so I settled for the 6700k.
</p>
<p>
<b><u>[WIP]</u></b> no real ideas so far, maybe more RAM or SSD.
</p>
<p>
.....
</p>
<p>
<b>SerenityPrime</b>:
<table>
<tr>
<td>CPU:</td>
<td>Intel i7-4790</td>
</tr>
<tr>
<td>GPU:</td>
<td>NVIDIA Quadro P400 2GB</td>
</tr>
<tr>
<td>RAM:</td>
<td>2x 16GB Kit (2x8GB) DDR3 / DDR3L 1600MHz UDIMM</td>
</tr>
<tr>
<td>Motherboard:</td>
<td>ASUS B85M-G R2.0 M-ATX LGA1150 SOCKET</td>
</tr>
<tr>
<td>Storage:</td>
<td>150GB SSD Main, 3 SSD alternates</td>
</tr>
<tr>
<td>PSU:</td>
<td>500 Watt</td>
</tr>
<tr>
<td>Cooling:</td>
<td>DIYPC DIY-S08-BK Black USB 3.0 Steel / Tempered Glass ATX Mid Tower</td>
</tr>
<tr>
<td>Display:</td>
<td>Dell 20'</td>
</tr>
<tr>
<td>OS:</td>
<td>Windows 10x Pro x64</td>
</tr>
<tr>
<td>WM:</td>
<td>Explorer</td>
</tr>
<tr>
<td>Keyboard:</td>
<td>Logitech Full Keyboard & I8 Mini Wireless Keyboard</td>
</tr>
<tr>
<td>Mouse:</td>
<td>Reddragon Gaming Mouse</td>
</tr>
</table>
</p>
<p>
This was my main daily driver last year, it was a christmas present from my sister.<br>
I mainly use this as a backup, a file server, media player & computational<br>
projects that I want to offload. I also sometimes use it as a private game server.
</p>
<p>
I chose the Quadro P400 as a GPU because if I ever want to encode videos, this has a<br>
pretty modern version of NVENC compared to the other GPUs' that I have laying around <br>
and this was a steal.
</p>
<p>
.....
</p>
<p>
<b>zeeee-HP3115mm</b>:
<table>
<tr>
<td>CPU:</td>
<td>AMD E-300 APU</td>
</tr>
<tr>
<td>GPU:</td>
<td>AMD ATI Radeon HD 611</td>
</tr>
<tr>
<td>RAM:</td>
<td>5 GB RAM DDR3 SDRAM</td>
</tr>
<tr>
<td>Motherboard:</td>
<td>AMD A50M Chipset</td>
</tr>
<tr>
<td>Storage:</td>
<td>500GB SSD</td>
</tr>
<tr>
<td>PSU:</td>
<td>65 Watt AC Adapter</td>
</tr>
<tr>
<td>Cooling:</td>
<td>N/A</td>
</tr>
<tr>
<td>Display:</td>
<td>N/A</td>
</tr>
<tr>
<td>OS:</td>
<td>Archlinux</td>
</tr>
<tr>
<td>WM:</td>
<td>Sway</td>
</tr>
<tr>
<td>Keyboard:</td>
<td>N/A</td>
</tr>
<tr>
<td>Mouse:</td>
<td>N/A</td>
</tr>
</table>
</p>
<p>
I mainly use this to play around the ArchLinux environment where my future progression<br>
with it is to use for cybersec fun. I use pacman for managing applications, Alacritty<br>
for terminal l33tness and bash as a shell. This machine used to be controlled by a virtual<br>
KVM but I ended up switching to an analog one because the program, Barrier, seems to be broken<br>
or a newer version is in the repo while the windows version is a slightly older build.
</p>
<p>
This laptop, while I don't want it to happen, is my throwaway gear since I'll be trying<br>
to pull off some dubious stuff on this LOL.
</p>
<p>
.....
</p>
<p>
More to come as I am working on bringing back 2 ASUS computers and some sort of<br>
Rasperberry project.
</p>
<h4><u>Archive:</u></h4>
<p>
.....
</p>
<p>
<b>S1l1c0nT0r</b>:
<table>
<tr>
<td>CPU:</td>
<td>Intel i7-4790</td>
</tr>
<tr>
<td>GPU:</td>
<td>NVIDIA Quadro K2200</td>
</tr>
<tr>
<td>RAM:</td>
<td>TECMIYO 16GB Kit (2x8GB) DDR3 / DDR3L 1600MHz UDIMM </td>
</tr>
<tr>
<td>Motherboard:</td>
<td>Dell 0OMJ54</td>
</tr>
<tr>
<td>Storage:</td>
<td>500GB SSD</td>
</tr>
<tr>
<td>PSU:</td>
<td>Dell default</td>
</tr>
<tr>
<td>Cooling:</td>
<td>DIY Fan/Open Air Concept</td>
</tr>
<tr>
<td>Display:</td>
<td>RCA Television, HP w1907</td>
</tr>
<tr>
<td>OS:</td>
<td>Windows 10x Pro x64</td>
</tr>
<tr>
<td>WM:</td>
<td>Explorer</td>
</tr>
<tr>
<td>Keyboard:</td>
<td>CACKBIRD Portable 60% Mechanical Gaming Keyboard</td>
</tr>
<tr>
<td>Mouse:</td>
<td>Lychee High Performance USB Wired Optical Gaming Mouse</td>
</tr>
</table>
</p>
<p>
This was a birthday present from my sister but I've been out of the loop<br>
in regards to hardware for years, I remember this Optiplex because there<br>
was a year where everyone was buying this for budget gaming builds.
</p>
<p>
This my daily driver, I mainly use to program, techie stuff or browse the<br>
youtubez - I occasionally game on this if I feel like it. Mostly used for<br>
research purposes and trading ideas. I feel like there a 1 millisecond lag<br>
doing stuff but I feel like it's more of a Windows 11 problem than a computer<br>
problem because if I reinstall Windows 7 or Arch on this, performance would not<br>
be an issue.
</p>
<p>
I use Windows Terminal, VSCode, and Office Suite 97 mostly on this. I run<br>
Google Chrome as my main browser as well so I don't have to worry about<br>
syncing my stuff and I faily use Google tools alot. I am now using the Scoop<br>
package manager mostly. I also use this for work sometimes but I might but <br>
a laptop for that as I tend to reset my computer and I don't want to have to <br>
call my IT guy every month or so LOL.
</p>
<p>
As well, I have a couple of mechanical keyboard and mice that I switch around<br>
whenever I feel like but I only use mechanical keyboard and gaming mices. I'm<br>
a firm believer of tactile responses and muscle memory so I tend to use the <br>
same tools over and over again.
</p>
<p>
<b><u>[WIP]</u></b> ideas for upgrade are NVME adapter, CPU cooling, case mod,<br>
updated PSU and Rx 6400 low profile GPU (final upgrade).
</p>
<p>
.....
</p>
<p>
<b>m@1nfr@m3</b>:
<table>
<tr>
<td>CPU:</td>
<td>AMD Athlon(tm) II X4 635</td>
</tr>
<tr>
<td>GPU:</td>
<td>GeForce GT 730</td>
</tr>
<tr>
<td>RAM:</td>
<td>2 x 4GB RAM</td>
</tr>
<tr>
<td>Motherboard:</td>
<td>ASUS M4A78L-M</td>
</tr>
<tr>
<td>Storage:</td>
<td>150GB SSD</td>
</tr>
<tr>
<td>PSU:</td>
<td>350 Watt</td>
</tr>
<tr>
<td>Cooling:</td>
<td>Open Air Concept</td>
</tr>
<tr>
<td>Display:</td>
<td>Phillips 20'</td>
</tr>
<tr>
<td>OS:</td>
<td>Windows 10x Pro x64</td>
</tr>
<tr>
<td>WM:</td>
<td>Explorer</td>
</tr>
<tr>
<td>Keyboard:</td>
<td>Logitech Full Keyboard</td>
</tr>
<tr>
<td>Mouse:</td>
<td>Reddragon Gaming Mouse</td>
</tr>
</table>
</p>
<p>
This was my main daily driver for years, also the first PC I bought and built<br>
myself. I mainly use this as a backup, a file server, media player & computational<br>
projects that I want to offload. I also sometimes use it as a private game server.
</p>
<p>
I mostly played PC games on this LOL or web stuff, not a lot of technical stuff as I<br>
always had a spare computer running where I was doing my projects. I feel like I didn't<br>
do as much technical stuff with this PC but I was probably wrong, I just can't remember<br>
what I used to do on this, some programming maybe?
</p>
<p>
Oh music stuff, I was really heavy into music production when this was my daily driver.
</p>
<p>
<!--
spacer only
-->
</p>
<p>
=====
</p>
<p>
carlobisda is (c) 1984-2026 by carlob (carlobisda at hotmail dot c0m)<br>
<em>this is my personal blog. these ideas are mine and does not necessarily reflect the views of my employer and coworkers.<br>
website design created by Carlo Bisda (c) Vanilla HTML</em>
</p>
</body>
</html>