Skip to main content

Newsfeed

20240607 A bottle of Wasya Co

https://s3.amazonaws.com/ish-micros-2024/photos/thumb2/665a302e689a51ea76a60a9e/piousbox_write_Wasya_Co_on_a_glass_soda_bottle_white_seamless_s_5f101027-a577-4935-8ef5-6c413c41e518.png_1.jpg?1717186605
Image Thumb

20240606 A bottle of Wasya Co

https://s3.amazonaws.com/ish-micros-2024/photos/thumb2/665a302c689a51ea76a60a9d/piousbox_write_Wasya_Co_on_a_glass_soda_bottle_white_seamless_s_5f101027-a577-4935-8ef5-6c413c41e518.png_3.jpg?1717186603

20240605 A bottle of Wasya Co

https://s3.amazonaws.com/ish-micros-2024/photos/thumb2/665a3029689a51ea76a60a9c/piousbox_write_Wasya_Co_on_a_glass_soda_bottle_d35267f3-57ea-4f79-ba36-d1e34838923d.png_2.jpg?1717186600

How to manually execute a SQL query in Ruby on Rails

I run into this just now. The wrong way: 

results = ActiveRecord::Base.connection.execute("select * from users limit 10")

The right way: 

results = ActiveRecord::Base.connection.exec_query("select * from users limit 10") 

Somehow the formet executes the query without returning a result. If you want to actually see the results of SELECT'ing something, use the latter query. (Which also means that you probably want to use the former for INSERT'ing, though I have not verified.)

20240604 A bottle of Wasya Co

https://s3.amazonaws.com/ish-micros-2024/photos/thumb2/665a3027689a51ea76a60a9b/piousbox_write_Wasya_Co_on_a_glass_soda_bottle_white_seamless_s_6a3adea1-7e88-4341-ae9d-00f4d8570826.png_1.jpg?1717186598

20240603 A bottle of Wasya Co

https://s3.amazonaws.com/ish-micros-2024/photos/thumb2/665a3024689a51ea76a60a9a/piousbox_write_Wasya_Co_on_a_glass_soda_bottle_white_seamless_s_6a3adea1-7e88-4341-ae9d-00f4d8570826.png_0.jpg?1717186596

20240531 A bottle of Wasya Co

https://s3.amazonaws.com/ish-micros-2024/photos/thumb2/665a3022689a51ea76a60a99/piousbox_write_Wasya_Co_on_a_glass_soda_bottle_d35267f3-57ea-4f79-ba36-d1e34838923d.png_0.jpg?1717186593

Is HP Smart Tank 520 compatible with mac os?

Image Thumb
Teaser Text

No.

The short answer is no. The box says, not compatible. Online on the HP website, you can download drivers that are supposedly for mac. But on my mac 12.5 Monterey, I was still unable to print from this multi-printer. 

I was able to print from a windows laptop however, using the same printer. So to me it seems that the HP 520 really isn't compatible with macs. 

20240517 Daily Tree

https://s3.amazonaws.com/ish-micros-2024/photos/thumb2/6627eabb689a519989b430d7/piousbox_rococo_tree_a_beautiful_tree_brush_in_style_white_seam_0707195a-07a8-454a-b9ff-6ad7c7ca3c8f_3.png?1713892025
Image Thumb

2024-05-16 Daily Tree

https://s3.amazonaws.com/ish-micros-2024/photos/thumb2/6627eab7689a519989b430d6/piousbox_rococo_tree_a_beautiful_tree_brush_in_style_white_seam_0707195a-07a8-454a-b9ff-6ad7c7ca3c8f_2.png?1713892021

2024-05-15 Daily Tree

https://s3.amazonaws.com/ish-micros-2024/photos/thumb2/6627eab3689a519989b430d5/piousbox_rococo_tree_a_beautiful_tree_brush_in_style_white_seam_0707195a-07a8-454a-b9ff-6ad7c7ca3c8f_1.png?1713892017

2024-05-14 Daily Tree

https://s3.amazonaws.com/ish-micros-2024/photos/thumb2/6627eaaf689a519989b430d4/piousbox_Avant-Garde_tree_a_beautiful_tree_brush_in_style_white_b8172c6a-1b6e-4e8e-833b-e1838c41fffe_3.png?1713892013

2024-05-13 Daily Tree

https://s3.amazonaws.com/ish-micros-2024/photos/thumb2/6627eaab689a519989b430d3/piousbox_Avant-Garde_tree_a_beautiful_tree_brush_in_style_white_5d7f0e6d-100c-4657-a34b-537a8cb0f09e_2.png?1713892009